Unicode Tools
How can I manage Unicode characters?
Unicode tools are extra features of Textify that allow you to manage the Unicode characters and get information about them.
Analysis tools
You can use the UnicodeQuery class found in the Textify.Data.Unicode namespace.
Available functions
The UnicodeQuery class contains the following functions:
QueryChar(char)
Queries a Unicode character and gets its information with a char.
QueryChar(int)
Queries a Unicode character and gets its information with a char number.
QueryChar(char, UnicodeQueryType)
Queries a Unicode character and gets its information with a char and a query type.
QueryChar(int, UnicodeQueryType)
Queries a Unicode character and gets its information with a char number and a query type.
Available query types
You can control which Unicode database this feature uses using the UnicodeQueryType enumeration:
Simple: Simple Unicode characters without the Unihan characters and their infoUnihan: All Unihan Unicode characters with just the Unihan infoFull: All characters with their Unihan info
Other tools
You can use the UnicodeTools class found in the Textify.Data.Unicode namespace to get access to other tools.
Last updated