Skip to content

lovasoa/x-user-defined-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Implementation of the x-user-defined charset in java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages