org.apache.commons.codec.net
Interface StringEncodings


interface StringEncodings

String encodings used in this package.

Since:
1.3
Version:
$Id: StringEncodings.java,v 1.2 2004/04/09 22:21:07 ggregory Exp $
Author:
Apache Software Foundation

Field Summary
static String US_ASCII
           Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set.
static String UTF8
           Eight-bit Unicode Transformation Format.
 

Field Detail

US_ASCII

public static final 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.

See Also:
JRE character encoding names, Constant Field Values

UTF8

public static final String UTF8

Eight-bit Unicode Transformation Format.

Every implementation of the Java platform is required to support this character encoding.

See Also:
JRE character encoding names, Constant Field Values


commons-codec version 1.3 - Copyright © 2002-2004 - Apache Software Foundation