I always thought 6230 support regular getByte("UTF-16") encoding, but some feedback says it doesn't. It will throw EncodingNotSupportedException.
So I guess it would support either UTF-16E or UTF-16L. But how do I tell which one is supported or which one doesn't?

Reply With Quote

