UTF-16BE -> UTF-8 encoding() error

2007-11-29 Thread Jenkins, Nicholas S (GE Money)
Hi...I found this DL via the perldoc.perl.org/perluniintro page...if I'm violating protocol for writing directly, please pardon. I have 2 data files I want to compare...one is in UTF-16BE (Windows "Unicode" format) and one is in UTF-8 format. I wrote 3 perl programs: *)1 to normalize data in the

Re: UTF-16BE -> UTF-8 encoding() error

2007-11-29 Thread Paul Bijnens
On 2007-11-29 01:04, Jenkins, Nicholas S (GE Money) wrote: I have 2 data files I want to compare...one is in UTF-16BE (Windows "Unicode" format) and one is in UTF-8 format. I wrote 3 perl programs: *)1 to normalize data in the UTF-16BE source and write to a UTF-8 formatted output file *)1 to