Package | Description |
---|---|
org.pentaho.reporting.libraries.fonts.encoding | |
org.pentaho.reporting.libraries.fonts.encoding.manual |
Modifier and Type | Interface and Description |
---|---|
interface |
ComplexEncoding
A complex encoding has a non-uniform relationship between the number of
characters and the number of bytes generated.
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalEncoding
Creation-Date: 29.04.2006, 14:49:06
|
Modifier and Type | Method and Description |
---|---|
Encoding |
EncodingRegistry.getEncoding(String name) |
Constructor and Description |
---|
EncodedOutputStreamWriter(OutputStream outputStream,
Encoding encoding,
EncodingErrorType errorType) |
Modifier and Type | Class and Description |
---|---|
class |
Ascii
This is a lucky case, as ASCII can be transformed directly.
|
class |
BuiltInJavaEncoding |
class |
Iso8859_1
This is a lucky case, as ISO-8859-1 can be transformed directly.
|
class |
Utf16LE |