UTF32ToUTF8

Converts UTF-32 automata to the equivalent UTF-8 representation.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Converts an incoming utf32 automaton to an equivalent utf8 one. The incoming automaton need not be deterministic. Note that the returned automaton will not in general be deterministic, so you must determinize it if that's needed.

Link copied to clipboard
fun convertOneEdge(start: Int, end: Int, startCodePoint: Int, endCodePoint: Int)