GENERATED by gentextunicode from UCD 17.0.0 - do not edit.
API Reference
Functions
func _text_property_table() -> String
Packed scalar boundaries for Unicode text-classification property flags. Each five-septet entry encodes start * 4096 + flags in ascending order.
func _word_break_table() -> String
Packed scalar boundaries for Unicode word-break categories. Each four-septet entry encodes start * 32 + category in ascending order.
func _lowercase_index() -> String
Packed scalar-to-lowercase offsets into the corresponding payload table.
func _lowercase_payload() -> String
Concatenated Unicode lowercase mappings addressed by the index table.
func _uppercase_index() -> String
Packed scalar-to-uppercase offsets into the corresponding payload table.
func _uppercase_payload() -> String
Concatenated Unicode uppercase mappings addressed by the index table.
func _titlecase_index() -> String
Packed scalar-to-titlecase offsets into the corresponding payload table.
func _titlecase_payload() -> String
Concatenated Unicode titlecase mappings addressed by the index table.
func _casefold_index() -> String
Packed scalar-to-case-fold offsets into the corresponding payload table.
func _casefold_payload() -> String
Concatenated Unicode case-fold mappings addressed by the index table.
func _canonical_decomposition_index() -> String
Packed scalar-to-canonical decomposition offsets into the corresponding payload table.
func _canonical_decomposition_payload() -> String
Concatenated Unicode canonical decomposition mappings addressed by the index table.
func _compatibility_decomposition_index() -> String
Packed scalar-to-compatibility decomposition offsets into the corresponding payload table.
func _compatibility_decomposition_payload() -> String
Concatenated Unicode compatibility decomposition mappings addressed by the index table.
func _combining_class_table() -> String
Packed scalar boundaries for canonical combining classes. Each five-septet entry encodes start * 256 + class in ascending order.
func _composition_table() -> String
Packed canonical composition triples: starter, combining scalar, and result.