Thanks to visit codestin.com
Credit goes to www.java2s.com
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
Encoding « I18N « Java
Java
I18N
Encoding
1.
Convert Encoding
2.
Utility class for working with character sets
3.
Utility methods for ASCII character checking.
4.
Reader for UCS-2 and UCS-4 encodings. (i.e., encodings from ISO-10646-UCS-(2|4)).
5.
Conversions between IANA encoding names and Java encoding names, and vice versa.
6.
ASCII character handling functions
7.
This class represents an encoding.
8.
Provides information about encodings.
9.
Codec for the Quoted-Printable section of http://www.ietf.org/rfc/rfc1521.txt (RFC 1521)
10.
ISO 8859-8, ASCII plus Hebrew
11.
TIS-620 does not have the non-breaking space or the C1 controls.
12.
ISO-8859-1; a.k.a. Latin-1
13.
ISO 8859-2, a.k.a. Latin-2
14.
ISO 8859-3
15.
ISO 8859-4, Latin plus the characters needed for Greenlandic, Icelandic, and Lappish.
16.
ISO 8859-9 for Turkish.
17.
ISO-8859-10, for Lithuanian, Estonian, Greenlandic, Icelandic, Inuit, Lappish, and other Northern European languages.
18.
ISO-8859-13, for Latvian and other Baltic languages.
19.
ISO-8859-14, for Gaelic, Welsh, and other Celtic languages.
20.
ISO 8859-9 for Western Europe. Includes the Euro sign and several uncommon French letters
21.
ISO 8859-16, Romanian
22.
ASCII Writer
23.
UCS Writer
24.
Unicode Writer
25.
Whether a character is or is not available in a particular encoding
26.
ISO 8859-6, ASCII plus Arabic
27.
ISO 8859-5, ASCII plus Cyrillic (Russian, Byelorussian, etc.)
28.
ISO 8859-7, ASCII plus Greek
29.
IANA to Java Mapping
30.
Java to IANA Mapping
31.
EncodingMap is a convenience class which handles conversions between IANA encoding names and Java encoding names, and vice versa.
32.
Get file encoding