An open API service indexing awesome lists of open source software.

https://github.com/lovasoa/x-user-defined-java

Implementation of the x-user-defined charset in java
https://github.com/lovasoa/x-user-defined-java

binary charset xmlhttprequest

Last synced: about 2 months ago
JSON representation

Implementation of the x-user-defined charset in java

Awesome Lists containing this project

README

        

# x-user-defined java implementation

Implementation of
[the X-User-Defined charset](https://encoding.spec.whatwg.org/#x-user-defined)
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.