CJKWidthCharFilter

A CharFilter that normalizes CJK width differences:

  • Folds fullwidth ASCII variants into the equivalent basic latin

  • Folds halfwidth Katakana variants into the equivalent kana

NOTE: This char filter is the exact counterpart of CJKWidthFilter.

Constructors

Link copied to clipboard
constructor(in: Reader)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
fun correctOffset(currentOff: Int): Int
Link copied to clipboard
open override fun read(): Int
open override fun read(cbuf: CharArray, off: Int, len: Int): Int
open override fun read(target: CharBuffer): Int
Link copied to clipboard
open fun ready(): Boolean
Link copied to clipboard
open fun reset()
Link copied to clipboard
open fun transferTo(out: Writer): Long