Y'all, I am using XML::Dumper to store data to some files. I then copied these xml files to my linux box and tried to read them in using XML::Parser and it pukes. When I tried using the XML::Dumper code on the linux box, it outputs different characters. XML::Dumper double-byte encode the characters when it outputs them, but it seems to use a different high-byte character depending on platform. On a mac Ÿ goes to: ˆÑ when on linux PPC it is saved as: Ä Does anyone know how to make them use the same character? Or to be able to make them use the same encoding standard? Thanks, Andrew /*------------------------------------------------------------- Andrew O. Mellinger Direct: (503) 265-1220 Critical Path Software, Inc. Main: (503) 222-2922 General Specialist Fax: (503) 222-3020 mailto:andrew@criticalpath.com http://www.criticalpath.com -------------------------------------------------------------*/ # ===== Want to unsubscribe from this list? # ===== Send mail with body "unsubscribe" to macperl-request@macperl.org