Package | Description |
---|---|
org.pentaho.reporting.libraries.fonts.encoding | |
org.pentaho.reporting.libraries.fonts.encoding.manual |
Modifier and Type | Interface | 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 | Description |
---|---|---|
class |
ExternalEncoding |
Creation-Date: 29.04.2006, 14:49:06
|
Modifier and Type | Method | Description |
---|---|---|
Encoding |
EncodingRegistry.getEncoding(java.lang.String name) |
Constructor | Description |
---|---|
EncodedOutputStreamWriter(java.io.OutputStream outputStream,
Encoding encoding,
EncodingErrorType errorType) |
Modifier and Type | Class | 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 |
Creation-Date: 20.04.2006, 18:01:39
|