Re: Use french special caracters in an XML file.

2005-05-21 Thread Jan Schenkel
--- Damien Girard [EMAIL PROTECTED] wrote: Hi all, I make a database (in XML), in this database, user can write information about a lot of things, but I have tried my software, and I see a really nasty bug, and I didn't know how I can solve it. French special characters (éèçàù) doesn't

Re: Use french special caracters in an XML file.

2005-05-20 Thread Andre Garzia
On May 20, 2005, at 10:38 AM, Damien Girard wrote: Hi all, I make a database (in XML), in this database, user can write information about a lot of things, but I have tried my software, and I see a really nasty bug, and I didn't know how I can solve it. French special characters () doesn't work,

Re: Use french special caracters in an XML file.

2005-05-20 Thread Damien Girard
Thanks, I will try (setting the UTF-8). Girard Damien PS: If this work, you helped me. Le vendredi 20 mai 2005 à 10:47 -0300, Andre Garzia a écrit : On May 20, 2005, at 10:38 AM, Damien Girard wrote: Hi all, I make a database (in XML), in this database, user can write information

Re: Use french special caracters in an XML file.

2005-05-20 Thread Andre Garzia
On May 20, 2005, at 10:57 AM, Damien Girard wrote: Thanks, I will try (setting the UTF-8). Girard, If you're using revPutIntoXMLNode to put your contents, remember to uniDecode them. cheers andre Girard Damien PS: If this work, you helped me. -- Andre Alves Garzia 2004 Soap Dog Studios -

Re: Use french special caracters in an XML file.

2005-05-20 Thread Damien Girard
I didn't understands. I encode characters with UniEncode, and I put them after in the XML database. Put in return, When I get what I have wrote in the database, I have got only the first char. For exemple, this text : toto, I have got only this written in the XML file t I think I have forget

Re: Use french special caracters in an XML file.

2005-05-20 Thread Andre Garzia
On May 20, 2005, at 11:49 AM, Damien Girard wrote: I didn't understands. I encode characters with UniEncode, and I put them after in the XML database. Put in return, When I get what I have wrote in the database, I have got only the first char. For exemple, this text : toto, I have got only this