Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to change file format from UTF8 to ASCII?

807606Feb 27 2007 — edited Mar 1 2007
I 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 29 2007
Added on Feb 27 2007
28 comments
3,467 views