Re: Problem when adding special characters to an XML file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thanks for your offer Richard, but I solved the problem deleting the UTF-8
encoding label in the XML file like this:

before: <?xml version="1.0" encoding="utf-8"?>
   <label>....</label>

after: <?xml version="1.0"?>

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux