[PHP] Re: PHP, XML, UTF-8

2003-12-11 Thread Lucian Cozma
Answer: Multi-Byte String Functions. You could take a look at the function: string mb_convert_encoding ( string str, string to-encoding [, mixed from-encoding] ) You must have php_mbstring extension enabled in your php.ini file. Regards, Lucian COZMA "Russell P Jones" <[EMAIL PROTECTED]> wrot

[PHP] Re: PHP, XML, UTF-8

2003-12-08 Thread Manuel Lemos
Hello, On 12/08/2003 04:37 PM, Russell P Jones wrote: Im storing a lot of user-entered data in XML files but i have a problem with folks submitting stuff just by copying and pasting from microsoft word. "Smart Quotes" and other awkward text then gets submitted and ruins the xml, meaning i am searc