.net - Is there a UnicodeCategory Enumeration diagram? -
I'm looking for a good diagram that shows an example for each.
This will define a character's Unicode range.
A surrogate pair is a coded character representation for a single abstract character, the sequence of two code units, where the first unit of the pair is a high-surrogate and the other is a low-surrogate. Through U-D-FFF, there is a unicode code point in the range of U + D800 and low-surrogate is a unicode code point through U + DfF via U + DFFF.
This calculation is based on Unicode standard, version 3.1
This calculation is used to support four methods, such as iSiper
Is an open source software that receives one character and returns the character category.
In this category, the Unicode character database (Annex # 44) provides complete information about each of the variables described on this database, in which the character range (and open source software, using this DB will allow you to leave the class )
Windows Charmapp will also show you the character range.
Comments
Post a Comment