org.pentaho.reporting.libraries.fonts.encoding
public interface EncodingCore
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) |
boolean | isUnicodeCharacterSupported(int c) |
Parameters: text buffer
Returns: