Quote:
Originally Posted by GeeTwo
It's possible that java somehow thinks that it's getting Unicode instead of ascii, and mangling the strings on the way in. You may want to try getting the raw bytes in a buffer to see if you can use it instead.
|
I second this, in my experience, if you read the raw and do your own encoding things seem to work better. If you can post your code, we could probably take a look and see if anything obvious stands out.