Hi,
I need to parse some HTML files and have to write a XML output file. In some cases I get a XML parser error.
Example:
The symbol ® ( REGISTERED SIGN ) need to be convert to its equivalent unicode U00AE
Is there any module to convert all the special character into its Equivalent Unicode. Note:
I don't want Decimal Equivalent or HTML entities as this XML file should be parsed in JSON.