C# (CSharp) UniHax Namespace

Nested Namespaces

UniHax.Properties

Classes

Name Description
BestFitMapping Represents a bestfit mapping between two characters.
BestFitMappingException
Fuzzer The Fuzzer has cases for some of the oddball manifestations of Unicode that can trip up software including: - non-character, reserved, and private use area code points - special meaning characters such as the BOM and RLO - ill-formed byte sequences - a half-surrogate code point
Mappings The Mappings class gives access to bestfit and Unicode normalization character mappings.
UniChar A 32-bit representation of a Unicode character. Treats all characters as a 32 bit value. Gives access to a character's code point as a string. [!] Only handles the Basic Mulitlingual Plane (BMP). Code points > U+FFFF will throw exceptions. [!] Does NOT support surrogate pairs.
UnicodeMapping Represents a Unicode mapping to an ASCII character.