x-US-ASCII-ue is a charset for Java 1.5 and higher that encodes all non-US-ASCII characters as Unicode escapes. This allows people using different encodings, which must all be a superset of US-ASCII, to modify, compile, and exchange Java source code without encoding problems.
| Tags | Character encoding |
|---|---|
| Licenses | Apache 2.0 |
| Operating Systems | OS Independent |
| Implementation | Java |