How to change file format from UTF8 to ASCII?
807606Feb 27 2007 — edited Mar 1 2007I have the source file locate at D:\Converter\srcFile.dat
the format of srcFile.dat is UTF8 and which contains some Chinese characters.
I need to change the file format of srcFile from UTF8 to ASCII and the Chinese characters should not be changed to any kind of other things (like \u0089), also, a new file desFile.dat (D:\Converter\desFile.dat) should be generated.
Is there any one who can tell me how to do? It is in very hurry...
Thx a lot.