Class UTF32ToUTF8
Converts UTF-32 automata to the equivalent UTF-8 representation.
Note
This API is for internal purposes only and might change in incompatible ways in the next release.
Inherited Members
Namespace: Lucene.Net.Util.Automaton
Assembly: Lucene.Net.dll
Syntax
public sealed class UTF32ToUTF8
Methods
Convert(Automaton)
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.
Declaration
public Automaton Convert(Automaton utf32)
Parameters
Type | Name | Description |
---|---|---|
Automaton | utf32 |
Returns
Type | Description |
---|---|
Automaton |