convert file from UNICODE to ANSI
807605Jun 15 2007 — edited Jun 15 2007Hi,
After i read-in a file using FileInputStream,
1. I need to detect if its in UNICODE format. How to do that?
2. If it is, i need to convert it into ANSI (so that i can parse it later on) How?
Any hints/solutions?
Thanks,
-V