Charset « I18N « Java






1.List the Charset in your system
2.Converting Between Strings (Unicode) and Other Character Set Encodings
3.Charset encoding test
4.encoder and decoder use a supplied ByteBuffer
5.Translate Charset
6.Detect non-ASCII characters in string
7.Displays Charsets and aliasesDisplays Charsets and aliases
8.Encode and DecodeEncode and Decode
9.extends CharsetDecoder to create Base64 Decoder








10.extends Charset to create Hex Charset
11.Get the default charset
12.Charset Toolkit
13.Defines common charsets supported in all Java platforms.
14.How to auto-detect a file's encoding