Hi,
Could u help me ?
I want to write serialized object between my XML doc tags. but .. if serialized ob. contains any invisible ASCII symbols (characters) (like 0 .. 29) the JAVA SAX parser can't recognize it ant writes its code between xml element : for example "�" or "" etc...and after it i can't read this element with same parser !!! It do not recognize these symbols.(Other ASCII symbols are written in CDATA tags if needed and everything's OK with them).
What Encoding or smth else i should use to write these symbols not in "�" format ? Now I'm using UTF-8.
Thnx 4 Your help !
Could u help me ?
I want to write serialized object between my XML doc tags. but .. if serialized ob. contains any invisible ASCII symbols (characters) (like 0 .. 29) the JAVA SAX parser can't recognize it ant writes its code between xml element : for example "�" or "" etc...and after it i can't read this element with same parser !!! It do not recognize these symbols.(Other ASCII symbols are written in CDATA tags if needed and everything's OK with them).
What Encoding or smth else i should use to write these symbols not in "�" format ? Now I'm using UTF-8.
Thnx 4 Your help !