module Cpdfunicodedata:sig
..end
UnicodeData.txt in parsed form
val unicodedata_source : string
The source, compressed.
type
t = {
|
code_value : |
|
character_name : |
|
general_category : |
|
canonical_combining_classes : |
|
bidirectional_category : |
|
character_decomposition_mapping : |
|
decimal_digit_value : |
|
digit_value : |
|
numeric_value : |
|
mirrored : |
|
unicode_10_name : |
|
iso_10646_comment_field : |
|
uppercase_mapping : |
|
lowercase_mapping : |
|
titlecase_mapping : |
}
The type of a single entry from UnicodeData.txt
val unicodedata : unit -> t list
The unicode data. We pass a unit because it is parsed upon demand and memoised.