Monday, July 12, 2010

How Does UTF-8 to ASCII command work?

This function will convert the complete file from UTF-8 to ASCII.  When the file is saved it will remain as ASCII unless specifically converted to another format by the user.  It will use the current code page for conversion.  It's possible that not all characters may be converted correctly.  In this case a default character (?) will be used.