public class UnicodeUnpairedSurrogateRemover extends CodePointTranslator
| Constructor | Description |
|---|---|
UnicodeUnpairedSurrogateRemover() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
translate(int codepoint,
Writer out) |
Implementation of translate that throws out unpaired surrogates.
|
hex, translate, translate, withtranslatepublic boolean translate(int codepoint,
Writer out)
throws IOException
translate in class CodePointTranslatorcodepoint - int character input to translateout - Writer to optionally push the translated output toIOException - if and only if the Writer produces an IOExceptionCopyright © 2014–2018 The Apache Software Foundation. All rights reserved.