of

@JvmStatic
inline fun of(utf8: UTF8): UTF8.CharPreProcessor(source)

Creates a new CharPreProcessor instance using the ReplacementStrategy of the given UTF8 encoder/decoder.


@JvmStatic
inline fun of(config: UTF8.Config): UTF8.CharPreProcessor(source)

Creates a new CharPreProcessor instance using the ReplacementStrategy of the given UTF8.Config.


Creates a new CharPreProcessor instance for the given ReplacementStrategy.