org.apache.commons.codec.net
interface StringEncodings
Since: 1.3
Version: $Id: StringEncodings.java 130351 2004-04-09 22:21:07Z ggregory $
Field Summary | |
---|---|
String | US_ASCII Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set. |
String | UTF8 Eight-bit Unicode Transformation Format. |
Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set.
Every implementation of the Java platform is required to support this character encoding.
See Also: JRE character
encoding names
Eight-bit Unicode Transformation Format.
Every implementation of the Java platform is required to support this character encoding.
See Also: JRE character
encoding names