Definition at line 26 of file StringEncodings.java.
Public Attributes | |
String | US_ASCII = "US-ASCII" |
String | UTF8 = "UTF-8" |
|
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.
Definition at line 38 of file StringEncodings.java. |
|
Eight-bit Unicode Transformation Format. Every implementation of the Java platform is required to support this character encoding.
Definition at line 51 of file StringEncodings.java. |