Class UnicodeUnpairedSurrogateRemover


Deprecated.
As of 3.6, use Apache Commons Text UnicodeUnpairedSurrogateRemover instead
Helper subclass to CharSequenceTranslator to remove unpaired surrogates.
  • Constructor Details

  • Method Details

    • translate

      public boolean translate(int codePoint, Writer out) throws IOException
      Deprecated.
      Implements translate that throws out unpaired surrogates. Translate the specified code point into another.
      Specified by:
      translate in class CodePointTranslator
      Parameters:
      codePoint - int character input to translate
      out - Writer to optionally push the translated output to
      Returns:
      boolean as to whether translation occurred or not
      Throws:
      IOException - if and only if the Writer produces an IOException