Frames | No Frames |
Classes derived from gnu.gcj.convert.UnicodeToBytes | |
class | Adaptor class that allow any Charset to be used
as a UnicodeToBytes converter.
|
class | Convert Unicode ISO-Latin-1 (8851-1) text.
|
class | Convert Unicode ASCII
Unrecognized characters are printed as `? |
class | Convert Unicode to EUCJIS (Extended Unix Code for Japan).
|
class | Convert Unicode to bytes in some iconv-supported encoding.
|
class | Convert Unicode to Ascii with \ u XXXX-escapes.
|
class | Convert Unicode to SJIS (Shift JIS, used on Japanese MS-Windows).
|
class | Convert to Unicode Little Endian, no marker
|
class | Convert Unicode to UTF8.
|
Methods with return type gnu.gcj.convert.UnicodeToBytes | |
UnicodeToBytes | |
UnicodeToBytes | Get a char-stream->byte-stream converter given an encoding name. |