Re: Reading and writing Unicode files

2009-03-03 Thread jicman
Daniel Keep Wrote: > > > jicman wrote: > > Ok, the only reason that I say Unicode is that when I open the file in > > Notepad and I do a SaveAs, the Encoding says Unicode. So, when i read this > > file and I write it back to the another file, the Encoding turns to UTF8. > > I want to keep i

Re: Reading and writing Unicode files

2009-02-28 Thread Daniel Keep
jicman wrote: > Ok, the only reason that I say Unicode is that when I open the file in > Notepad and I do a SaveAs, the Encoding says Unicode. So, when i read this > file and I write it back to the another file, the Encoding turns to UTF8. I > want to keep it as Unicode. There is no such th

Re: Reading and writing Unicode files

2009-02-28 Thread Daniel Keep
jicman wrote: > downs Wrote: > >> downs wrote: >>> jicman wrote: Greetings. Sorry guys, please be patient with me. I am having a hard time understanding this Unicode, ANSI, UTF* ideas. I know how to get an UTF8 File and turn it into ANSI. and I know how to take a ANS

Re: Reading and writing Unicode files

2009-02-28 Thread jicman
downs Wrote: > downs wrote: > > jicman wrote: > >> Greetings. > >> > >> Sorry guys, please be patient with me. I am having a hard time > >> understanding this Unicode, ANSI, UTF* ideas. I know how to get an UTF8 > >> File and turn it into ANSI. and I know how to take a ANSI file and turn it >

Re: Reading and writing Unicode files

2009-02-28 Thread jicman
Jarrett Billingsley Wrote: > On Sat, Feb 28, 2009 at 1:40 AM, jicman wrote: > > > > Greetings. > > > > Sorry guys, please be patient with me.  I am having a hard time > > understanding this Unicode, ANSI, UTF* ideas.  I know how to get an UTF8 > > File and turn it into ANSI. and I know how to ta

Re: Reading and writing Unicode files

2009-02-28 Thread Jarrett Billingsley
On Sat, Feb 28, 2009 at 1:40 AM, jicman wrote: > > Greetings. > > Sorry guys, please be patient with me.  I am having a hard time understanding > this Unicode, ANSI, UTF* ideas.  I know how to get an UTF8 File and turn it > into ANSI. and I know how to take a ANSI file and turn it into an UTF fi

Re: Reading and writing Unicode files

2009-02-28 Thread downs
downs wrote: > jicman wrote: >> Greetings. >> >> Sorry guys, please be patient with me. I am having a hard time >> understanding this Unicode, ANSI, UTF* ideas. I know how to get an UTF8 >> File and turn it into ANSI. and I know how to take a ANSI file and turn it >> into an UTF file. But, no

Re: Reading and writing Unicode files

2009-02-28 Thread downs
jicman wrote: > Greetings. > > Sorry guys, please be patient with me. I am having a hard time understanding > this Unicode, ANSI, UTF* ideas. I know how to get an UTF8 File and turn it > into ANSI. and I know how to take a ANSI file and turn it into an UTF file. > But, now I have a Unicode f