I have some spanish characters in my xml structure which is utf-8 encoded. When i parse that structure using simplexml_load_string method the following error comes:
Code: Select all
Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 2: parser error : Input is not proper UTF-8, indicate encoding ! Bytes: 0xED 0x61 0x20 0x64Pls help.