Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

org.apache.commons.codec.net.StringEncodings Interface Reference

List of all members.

Detailed Description

String encodings used in this package.

Author:
Apache Software Foundation
Since:
1.3
Version:
Id
StringEncodings.java,v 1.1 2005/07/25 16:24:38 dev Exp

Definition at line 26 of file StringEncodings.java.

Public Attributes

String US_ASCII = "US-ASCII"
String UTF8 = "UTF-8"


Member Data Documentation

String org.apache.commons.codec.net.StringEncodings.US_ASCII = "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

Definition at line 38 of file StringEncodings.java.

String org.apache.commons.codec.net.StringEncodings.UTF8 = "UTF-8"
 

Eight-bit Unicode Transformation Format.

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

See also:
JRE character encoding names

Definition at line 51 of file StringEncodings.java.


The documentation for this interface was generated from the following file:
Generated on Wed Dec 14 21:05:37 2005 for OpenMobileIS by  doxygen 1.4.4