Implementation of the x-user-defined charset in java
Implementation of
the X-User-Defined charset
in java.
This charset defined by the W3C is implemented by all major browsers.
It allows lossless storage of binary data as unicode strings.
It is ASCII-compatible and stores each byte in the binary data as the lower
byte of the unicode code points in the encoded string.
It is (surprisingly) a valid and standard charset that can be use in web pages.