My guess is that your pInput stream contains XML encoded as UnicodeLittle characters.
The left single quote character is unicode codepoint 8216 decimal which is 2018 hex. In UnicodeLittle this gets transposed and the 0x18 comes first, followed by the 0x20.
- Log in to post comments




