Package org.apache.lucene.util.automaton
Class UTF32ToUTF8
java.lang.Object
org.apache.lucene.util.automaton.UTF32ToUTF8
Converts UTF-32 automata to the equivalent UTF-8 representation.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UTF32ToUTF8
public UTF32ToUTF8()
-
-
Method Details
-
convert
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.
-