US_ASCII -
Static variable in class org.odata4j.repack.org.apache.commons.codec.CharEncoding
Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set.
UTF_16 -
Static variable in class org.odata4j.repack.org.apache.commons.codec.CharEncoding
Sixteen-bit Unicode Transformation Format, The byte order specified by a mandatory initial byte-order mark (either order accepted on input, big-endian used on output)
UTF_16BE -
Static variable in class org.odata4j.repack.org.apache.commons.codec.CharEncoding
Sixteen-bit Unicode Transformation Format, big-endian byte order.
UTF_16LE -
Static variable in class org.odata4j.repack.org.apache.commons.codec.CharEncoding
Sixteen-bit Unicode Transformation Format, little-endian byte order.
UTF_8 -
Static variable in class org.odata4j.repack.org.apache.commons.codec.CharEncoding