org.pentaho.reporting.libraries.fonts.encoding.manual
public final class Iso8859_1 extends Object implements Encoding
| Constructor Summary | |
|---|---|
| Iso8859_1() | |
| Method Summary | |
|---|---|
| CodePointBuffer | decode(ByteBuffer text, CodePointBuffer buffer) |
| CodePointBuffer | decode(ByteBuffer text, CodePointBuffer buffer, EncodingErrorType errorHandling) |
| ByteBuffer | encode(CodePointBuffer text, ByteBuffer buffer)
Encode, but ignore errors.
|
| ByteBuffer | encode(CodePointBuffer text, ByteBuffer buffer, EncodingErrorType errorHandling) |
| String | getName() |
| String | getName(Locale locale) |
| boolean | isUnicodeCharacterSupported(int c) |
Parameters: text buffer
Returns: