[Please don't reply privately to me unless it is a private issue. List issues should go to the list]
From: johncy inbaraj [mailto:[EMAIL PROTECTED]]
Sent: Saturday, July 03, 2004 5:15 AM
> Actually I have a binary file in UTF-8 format. I want to parse the binary
> file and write into excel file. Excel dont understand UTF-8 format. So i
> need to decode the UTF-8 and write as unicode. So I need a decoding
> routine for the same.
Corrections: you have a text file in UTF-8 format, and need to transform it to UTF-16LE (known in Windows as "Unicode") in order to import it to Excel.
Did you try using Notepad as I proposed?
/|/|ike

