From: Greg Lovern on
How can I convert a UTF-16 (also known as UTF-7) unicode text file to
a UTF-8 unicode text file?


Thanks,

Greg
From: Jamal Samedov on
Open file with notepad,
File - Save as
choose the name of new file and encoding UTF-8
Then button "Save".
Or you like do this from vb code?

www.coin-masters.com
"Greg Lovern" <gregl(a)gregl.net> wrote in message
news:29051aaf-cf9f-44f9-838f-21952a243bcb(a)x3g2000yqd.googlegroups.com...
> How can I convert a UTF-16 (also known as UTF-7) unicode text file to
> a UTF-8 unicode text file?
>
>
> Thanks,
>
> Greg


From: Jeff Johnson on

"Greg Lovern" <gregl(a)gregl.net> wrote in message
news:29051aaf-cf9f-44f9-838f-21952a243bcb(a)x3g2000yqd.googlegroups.com...

> How can I convert a UTF-16 (also known as UTF-7)

NO! No no no no NO! UTF-16 and UTF-7 are COMPLETELY different. Perhaps you
meant to say "Also known as UCS-2."


From: Nobody on
"Greg Lovern" <gregl(a)gregl.net> wrote in message
news:29051aaf-cf9f-44f9-838f-21952a243bcb(a)x3g2000yqd.googlegroups.com...
> How can I convert a UTF-16 (also known as UTF-7) unicode text file to
> a UTF-8 unicode text file?

This was discussed many times. Search the newsgroups for "vb utf8".