Method PutCharacterCategory
PutCharacterCategory(Int32, String)
Put mapping from unicode code point to character class.
Declaration
public void PutCharacterCategory(int codePoint, string characterClassName)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | codePoint | Code point. |
System.String | characterClassName | Character class name. |