Java org.apache.commons.lang CharEncoding fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.lang CharEncoding fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.lang CharEncoding.

The text is from its open source code.

Field

StringISO_8859_1

ISO Latin Alphabet #1, also known as ISO-LATIN-1.

StringUS_ASCII

Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set.

StringUTF_16

Sixteen-bit Unicode Transformation Format, byte order specified by a mandatory initial byte-order mark (either order accepted on input, big-endian used on output).

StringUTF_16BE

Sixteen-bit Unicode Transformation Format, big-endian byte order.

StringUTF_16LE

Sixteen-bit Unicode Transformation Format, little-endian byte order.

StringUTF_8

Eight-bit Unicode Transformation Format.

Method

booleanisSupported(String name)

Returns whether the named charset is supported.