项目作者: lovasoa

项目描述 :
Implementation of the x-user-defined charset in java
高级语言: Java
项目地址: git://github.com/lovasoa/x-user-defined-java.git
创建时间: 2018-06-28T16:19:22Z
项目社区:https://github.com/lovasoa/x-user-defined-java

开源协议:

下载


x-user-defined java implementation

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.