FileDocCategorySizeDatePackage
StringEncodings.javaAPI DocAndroid 1.5 API1735Wed May 06 22:41:10 BST 2009org.apache.commons.codec.net

StringEncodings

public interface StringEncodings
String encodings used in this package.
author
Apache Software Foundation
since
1.3
version
$Id: StringEncodings.java,v 1.2 2004/04/09 22:21:07 ggregory Exp $

Fields Summary
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.

String
UTF8

Eight-bit Unicode Transformation Format.

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

Constructors Summary
Methods Summary