C
Christian
Hello
My Problem is that I have to parse an XML file that contains som invalid
chars (i.e. 0x0E or 0x1E)
So running this normally will break parsing.
Though easy solution I could think of would be create a stream to pipe
the input through an filter lower bytes out.
The problem is that if my XML is not in windows-1252 but some other char
encoding I might break encoding by this.
Is there any patent solution to the problem?
Christian
My Problem is that I have to parse an XML file that contains som invalid
chars (i.e. 0x0E or 0x1E)
So running this normally will break parsing.
Though easy solution I could think of would be create a stream to pipe
the input through an filter lower bytes out.
The problem is that if my XML is not in windows-1252 but some other char
encoding I might break encoding by this.
Is there any patent solution to the problem?
Christian