@Deprecated public class UnicodeUnpairedSurrogateRemover extends CodePointTranslator
| Constructor | Description |
|---|---|
UnicodeUnpairedSurrogateRemover() |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
translate(int codepoint,
java.io.Writer out) |
Deprecated.
Implementation of translate that throws out unpaired surrogates.
|
hex, translate, translate, withtranslatepublic UnicodeUnpairedSurrogateRemover()
public boolean translate(int codepoint,
java.io.Writer out)
throws java.io.IOException
translate in class CodePointTranslatorcodepoint - int character input to translateout - Writer to optionally push the translated output tojava.io.IOException - if and only if the Writer produces an IOExceptionCopyright © 2001-2019 - Apache Software Foundation