[Top]
Locale
Locale.Charset
|
Module Locale.Charset
- Description
-
The Charset module supports a wide variety of different character sets, and
it is flexible in regard of the names of character sets it accepts. The
character case is ignored, as are the most common non-alaphanumeric
characters appearing in character set names. E.g. "iso-8859-1"
works just as well as "ISO_8859_1" . All encodings specified in
RFC 1345 are supported.
First of all the Charset module is capable of handling the following
encodings of Unicode:
- utf7, utf8, utf16, utf16be, utf16le, utf75 and utf7½
UTF encodings
- shiftjis, euc-kr, euc-cn and euc-jp
Most, if not all, of the relevant code pages are represented, as the
following list shows. Prefix the numbers as noted in the list to get
the wanted codec:
+359 more.
|