I have written a program in Visual C++ that needs to process a Unicode file. I know zero about Unicode.
The file is attached. (As a side note: One of my editors reads the file in as garbage by default. If I specify "Unicode - Little Endian" the editor displys the file normally.) So, I guess the format must be Unicode - Little Endian (whatever that means).
I know that C++ has commands to process such Unicode files (_wfopen, wcscpy, etc.) but I found those commands difficult
Does anyone know of a command line utility (or freeware program) that will convert my file to normal ASCII?
I Googled one reference: "TYPE unicodeFile.txt > AsciiFile.txt". But it didn't work.
I am using XP Pro.
Thanks.
Start Free Trial