I am getting XML parsing errors when some one puts a binary character '' in a text field. Is there any way to just encode this data in XML and decode it back when it is used by someone.
My Webs service is written using PHP
Should i use utf8_encode/decode methods in PHP?
I tried bin2hex (to encode) and then hexdec (to decode) but it is not working for all the characters for example, character set from other languages.