@Deprecated public class UnicodeUnpairedSurrogateRemover extends CodePointTranslator
Constructor and Description |
---|
UnicodeUnpairedSurrogateRemover()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
translate(int codepoint,
java.io.Writer out)
Deprecated.
Implementation of translate that throws out unpaired surrogates.
|
translate
hex, translate, translate, with
public UnicodeUnpairedSurrogateRemover()
public boolean translate(int codepoint, java.io.Writer out) throws java.io.IOException
translate
in class CodePointTranslator
codepoint
- int character input to translateout
- Writer to optionally push the translated output tojava.io.IOException
- if and only if the Writer produces an IOExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved