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
- Host: GitHub
- URL: https://github.com/lovasoa/x-user-defined-java
- Owner: lovasoa
- Created: 2018-06-28T16:19:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T16:19:55.000Z (almost 7 years ago)
- Last Synced: 2025-02-08T23:42:24.127Z (4 months ago)
- Topics: binary, charset, xmlhttprequest
- Language: Java
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.