interface StringEncodings
static final java.lang.String US_ASCII
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.
static final java.lang.String UTF8
Eight-bit Unicode Transformation Format.
Every implementation of the Java platform is required to support this character encoding.
commons-codec version 1.3 - Copyright © 2002-2004 - Apache Software Foundation