Home
Java
2D Graphics GUI
3D
Advanced Graphics
Ant
Apache Common
Chart
Class
Collections Data Structure
Data Type
Database SQL JDBC
Design Pattern
Development Class
EJB3
Email
Event
File Input Output
Game
Generics
GWT
Hibernate
I18N
J2EE
J2ME
JavaFX
JDK 6
JDK 7
JNDI LDAP
JPA
JSP
JSTL
Language Basics
Network Protocol
PDF RTF
Reflection
Regular Expressions
Scripting
Security
Servlets
Spring
Swing Components
Swing JFC
SWT JFace Eclipse
Threads
Tiny Application
Velocity
Web Services SOA
XML
Charset « I18N « Java
Java
I18N
Charset
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 aliases
8.
Encode 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