Re: Convert utf-8 XML Document to ISO format

2006-08-14 Thread Chris Cosner
Thomas, I've had a similar experience and will provide my solution below. I'm not sure it's optimal, but it works for me. I'm working with a file, not an HTTP POST. (In addition to what is below, I would suggest looking at how you specify the charset encoding of your POST to be sure it is what

RE: Convert utf-8 XML Document to ISO format

2006-08-07 Thread J. Alejandro Ceballos Z. -JOAL-
You can try with *Encode::Unicode* or *Unicode::Transform* An other form is using the sustitution parameters (s/) in order to do inverse co

Re: Convert utf-8 XML Document to ISO format

2006-08-04 Thread Mumia W.
On 08/04/2006 05:07 AM, [EMAIL PROTECTED] wrote: Hi List, [...] Hi Web. Maybe someone has a hint how to convert a XML::Simple document (by POST) in UTF-8 with the FLAG set on to a Simple LATIN1 document so that I can safe it into my latin1 table! Tanks for any help Ciao Thomas Us

Convert utf-8 XML Document to ISO format

2006-08-04 Thread webmaster
Hi List, I'm trying really hard the last 2 days to get around the problem UTF-8 to ISO-8859-1 I receive a POST of an UTF-8 XML Document, declaration is okay, the document is send by a Windows Server. Now I have tried to convert the document to Latin1 (ISO-8859-1) by all the ways I can imagine, b