HTML and especially PHP documents may be saved in either Unicode of ASCII. Sometimes, ASCII is preferred. The Unicode2HTMLEntity application was designed to convert the special characters that ASCII cannot save between Unicode and HTML Numeric Character Reference format.
How it works: when converting from ASCII to Unicode, the program replaces all numeric character references over 255 to unicode. When converting Unicode to ASCII, the program replaces all unicode characters past code point 255 to HTML numeric character references of the form: { where 123 is the code point of the number.
Here are some key features of "Unicode2HTMLEntity":
· Speed: written in C++/MFC, this app won't keep you waiting.
· File operations: load or save unicode or ascii text