| java.lang.Object | |
| ↳ | com.google.gdata.util.common.base.Charsets |
Provides references to the six standard character encodings supported by all Java platform implementations.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ISO_8859_1 | ISO-8859-1. | ||||||||||
| US_ASCII | US-ASCII: seven-bit ASCII, a.k.a. | ||||||||||
| UTF_16 | UTF-16: sixteen-bit UCS Transformation Format, byte order identified by an optional byte-order mark. | ||||||||||
| UTF_16BE | UTF-16BE: sixteen-bit UCS Transformation Format, big-endian byte order. | ||||||||||
| UTF_16LE | UTF-16LE: sixteen-bit UCS Transformation Format, little-endian byte order. | ||||||||||
| UTF_8 | UTF-8: eight-bit UCS Transformation Format. | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
ISO-8859-1. ISO Latin Alphabet No. 1, a.k.a. ISO-LATIN-1.
US-ASCII: seven-bit ASCII, a.k.a. ISO646-US, a.k.a the Basic Latin block of the Unicode character set.
UTF-16: sixteen-bit UCS Transformation Format, byte order identified by an optional byte-order mark.
UTF-16BE: sixteen-bit UCS Transformation Format, big-endian byte order.
UTF-16LE: sixteen-bit UCS Transformation Format, little-endian byte order.
UTF-8: eight-bit UCS Transformation Format.