]> gitweb.factorcode.org Git - factor.git/blob - basis/unicode/UCD/PropertyValueAliases.txt
unicode: Update to 11.0
[factor.git] / basis / unicode / UCD / PropertyValueAliases.txt
1 # PropertyValueAliases-12.1.0.txt
2 # Date: 2019-03-10, 10:53:18 GMT
3 # © 2019 Unicode®, Inc.
4 # Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
5 # For terms of use, see http://www.unicode.org/terms_of_use.html
6 #
7 # Unicode Character Database
8 #   For documentation, see http://www.unicode.org/reports/tr44/
9 #
10 # This file contains aliases for property values used in the UCD.
11 # These names can be used for XML formats of UCD data, for regular-expression
12 # property tests, and other programmatic textual descriptions of Unicode data.
13 #
14 # The names may be translated in appropriate environments, and additional
15 # aliases may be useful.
16 #
17 # FORMAT
18 #
19 # Each line describes a property value name.
20 # This consists of three or more fields, separated by semicolons.
21 #
22 # First Field: The first field describes the property for which that
23 # property value name is used.
24 #
25 # Second Field: The second field is the short name for the property value.
26 # It is typically an abbreviation, but in a number of cases it is simply
27 # a duplicate of the "long name" in the third field.
28 #
29 # Third Field: The third field is the long name for the property value, 
30 # typically the formal name used in documentation about the property value.
31 #
32 # In the case of Canonical_Combining_Class (ccc), there are 4 fields: 
33 # The second field is numeric, the third is the short name, and the fourth is the long name.
34 #
35 # The above are the preferred aliases. Other aliases may be listed in additional fields.
36 #
37 # Loose matching should be applied to all property names and property values, with
38 # the exception of String Property values. With loose matching of property names and
39 # values, the case distinctions, whitespace, hyphens, and '_' are ignored.
40 # For Numeric Property values, numeric equivalence is applied: thus "01.00"
41 # is equivalent to "1".
42 #
43 # NOTE: Property value names are NOT unique across properties. For example:
44 #
45 #   AL means Arabic Letter for the Bidi_Class property, and
46 #   AL means Above_Left for the Canonical_Combining_Class property, and
47 #   AL means Alphabetic for the Line_Break property.
48 #
49 # In addition, some property names may be the same as some property value names.
50 # For example:
51 #
52 #   sc means the Script property, and
53 #   Sc means the General_Category property value Currency_Symbol (Sc)
54 #
55 # The combination of property value and property name is, however, unique.
56 #
57 # For more information, see UAX #44, Unicode Character Database, and
58 # UTS #18, Unicode Regular Expressions.
59 # ================================================
60
61
62 # ASCII_Hex_Digit (AHex)
63
64 AHex; N                               ; No                               ; F                                ; False
65 AHex; Y                               ; Yes                              ; T                                ; True
66
67 # Age (age)
68
69 age; 1.1                              ; V1_1
70 age; 2.0                              ; V2_0
71 age; 2.1                              ; V2_1
72 age; 3.0                              ; V3_0
73 age; 3.1                              ; V3_1
74 age; 3.2                              ; V3_2
75 age; 4.0                              ; V4_0
76 age; 4.1                              ; V4_1
77 age; 5.0                              ; V5_0
78 age; 5.1                              ; V5_1
79 age; 5.2                              ; V5_2
80 age; 6.0                              ; V6_0
81 age; 6.1                              ; V6_1
82 age; 6.2                              ; V6_2
83 age; 6.3                              ; V6_3
84 age; 7.0                              ; V7_0
85 age; 8.0                              ; V8_0
86 age; 9.0                              ; V9_0
87 age; 10.0                             ; V10_0
88 age; 11.0                             ; V11_0
89 age; 12.0                             ; V12_0
90 age; 12.1                             ; V12_1
91 age; NA                               ; Unassigned
92
93 # Alphabetic (Alpha)
94
95 Alpha; N                              ; No                               ; F                                ; False
96 Alpha; Y                              ; Yes                              ; T                                ; True
97
98 # Bidi_Class (bc)
99
100 bc ; AL                               ; Arabic_Letter
101 bc ; AN                               ; Arabic_Number
102 bc ; B                                ; Paragraph_Separator
103 bc ; BN                               ; Boundary_Neutral
104 bc ; CS                               ; Common_Separator
105 bc ; EN                               ; European_Number
106 bc ; ES                               ; European_Separator
107 bc ; ET                               ; European_Terminator
108 bc ; FSI                              ; First_Strong_Isolate
109 bc ; L                                ; Left_To_Right
110 bc ; LRE                              ; Left_To_Right_Embedding
111 bc ; LRI                              ; Left_To_Right_Isolate
112 bc ; LRO                              ; Left_To_Right_Override
113 bc ; NSM                              ; Nonspacing_Mark
114 bc ; ON                               ; Other_Neutral
115 bc ; PDF                              ; Pop_Directional_Format
116 bc ; PDI                              ; Pop_Directional_Isolate
117 bc ; R                                ; Right_To_Left
118 bc ; RLE                              ; Right_To_Left_Embedding
119 bc ; RLI                              ; Right_To_Left_Isolate
120 bc ; RLO                              ; Right_To_Left_Override
121 bc ; S                                ; Segment_Separator
122 bc ; WS                               ; White_Space
123
124 # Bidi_Control (Bidi_C)
125
126 Bidi_C; N                             ; No                               ; F                                ; False
127 Bidi_C; Y                             ; Yes                              ; T                                ; True
128
129 # Bidi_Mirrored (Bidi_M)
130
131 Bidi_M; N                             ; No                               ; F                                ; False
132 Bidi_M; Y                             ; Yes                              ; T                                ; True
133
134 # Bidi_Mirroring_Glyph (bmg)
135
136 # @missing: 0000..10FFFF; Bidi_Mirroring_Glyph; <none>
137
138 # Bidi_Paired_Bracket (bpb)
139
140 # @missing: 0000..10FFFF; Bidi_Paired_Bracket; <none>
141
142 # Bidi_Paired_Bracket_Type (bpt)
143
144 bpt; c                                ; Close
145 bpt; n                                ; None
146 bpt; o                                ; Open
147 # @missing: 0000..10FFFF; Bidi_Paired_Bracket_Type; n
148
149 # Block (blk)
150
151 blk; Adlam                            ; Adlam
152 blk; Aegean_Numbers                   ; Aegean_Numbers
153 blk; Ahom                             ; Ahom
154 blk; Alchemical                       ; Alchemical_Symbols
155 blk; Alphabetic_PF                    ; Alphabetic_Presentation_Forms
156 blk; Anatolian_Hieroglyphs            ; Anatolian_Hieroglyphs
157 blk; Ancient_Greek_Music              ; Ancient_Greek_Musical_Notation
158 blk; Ancient_Greek_Numbers            ; Ancient_Greek_Numbers
159 blk; Ancient_Symbols                  ; Ancient_Symbols
160 blk; Arabic                           ; Arabic
161 blk; Arabic_Ext_A                     ; Arabic_Extended_A
162 blk; Arabic_Math                      ; Arabic_Mathematical_Alphabetic_Symbols
163 blk; Arabic_PF_A                      ; Arabic_Presentation_Forms_A      ; Arabic_Presentation_Forms-A
164 blk; Arabic_PF_B                      ; Arabic_Presentation_Forms_B
165 blk; Arabic_Sup                       ; Arabic_Supplement
166 blk; Armenian                         ; Armenian
167 blk; Arrows                           ; Arrows
168 blk; ASCII                            ; Basic_Latin
169 blk; Avestan                          ; Avestan
170 blk; Balinese                         ; Balinese
171 blk; Bamum                            ; Bamum
172 blk; Bamum_Sup                        ; Bamum_Supplement
173 blk; Bassa_Vah                        ; Bassa_Vah
174 blk; Batak                            ; Batak
175 blk; Bengali                          ; Bengali
176 blk; Bhaiksuki                        ; Bhaiksuki
177 blk; Block_Elements                   ; Block_Elements
178 blk; Bopomofo                         ; Bopomofo
179 blk; Bopomofo_Ext                     ; Bopomofo_Extended
180 blk; Box_Drawing                      ; Box_Drawing
181 blk; Brahmi                           ; Brahmi
182 blk; Braille                          ; Braille_Patterns
183 blk; Buginese                         ; Buginese
184 blk; Buhid                            ; Buhid
185 blk; Byzantine_Music                  ; Byzantine_Musical_Symbols
186 blk; Carian                           ; Carian
187 blk; Caucasian_Albanian               ; Caucasian_Albanian
188 blk; Chakma                           ; Chakma
189 blk; Cham                             ; Cham
190 blk; Cherokee                         ; Cherokee
191 blk; Cherokee_Sup                     ; Cherokee_Supplement
192 blk; Chess_Symbols                    ; Chess_Symbols
193 blk; CJK                              ; CJK_Unified_Ideographs
194 blk; CJK_Compat                       ; CJK_Compatibility
195 blk; CJK_Compat_Forms                 ; CJK_Compatibility_Forms
196 blk; CJK_Compat_Ideographs            ; CJK_Compatibility_Ideographs
197 blk; CJK_Compat_Ideographs_Sup        ; CJK_Compatibility_Ideographs_Supplement
198 blk; CJK_Ext_A                        ; CJK_Unified_Ideographs_Extension_A
199 blk; CJK_Ext_B                        ; CJK_Unified_Ideographs_Extension_B
200 blk; CJK_Ext_C                        ; CJK_Unified_Ideographs_Extension_C
201 blk; CJK_Ext_D                        ; CJK_Unified_Ideographs_Extension_D
202 blk; CJK_Ext_E                        ; CJK_Unified_Ideographs_Extension_E
203 blk; CJK_Ext_F                        ; CJK_Unified_Ideographs_Extension_F
204 blk; CJK_Radicals_Sup                 ; CJK_Radicals_Supplement
205 blk; CJK_Strokes                      ; CJK_Strokes
206 blk; CJK_Symbols                      ; CJK_Symbols_And_Punctuation
207 blk; Compat_Jamo                      ; Hangul_Compatibility_Jamo
208 blk; Control_Pictures                 ; Control_Pictures
209 blk; Coptic                           ; Coptic
210 blk; Coptic_Epact_Numbers             ; Coptic_Epact_Numbers
211 blk; Counting_Rod                     ; Counting_Rod_Numerals
212 blk; Cuneiform                        ; Cuneiform
213 blk; Cuneiform_Numbers                ; Cuneiform_Numbers_And_Punctuation
214 blk; Currency_Symbols                 ; Currency_Symbols
215 blk; Cypriot_Syllabary                ; Cypriot_Syllabary
216 blk; Cyrillic                         ; Cyrillic
217 blk; Cyrillic_Ext_A                   ; Cyrillic_Extended_A
218 blk; Cyrillic_Ext_B                   ; Cyrillic_Extended_B
219 blk; Cyrillic_Ext_C                   ; Cyrillic_Extended_C
220 blk; Cyrillic_Sup                     ; Cyrillic_Supplement              ; Cyrillic_Supplementary
221 blk; Deseret                          ; Deseret
222 blk; Devanagari                       ; Devanagari
223 blk; Devanagari_Ext                   ; Devanagari_Extended
224 blk; Diacriticals                     ; Combining_Diacritical_Marks
225 blk; Diacriticals_Ext                 ; Combining_Diacritical_Marks_Extended
226 blk; Diacriticals_For_Symbols         ; Combining_Diacritical_Marks_For_Symbols; Combining_Marks_For_Symbols
227 blk; Diacriticals_Sup                 ; Combining_Diacritical_Marks_Supplement
228 blk; Dingbats                         ; Dingbats
229 blk; Dogra                            ; Dogra
230 blk; Domino                           ; Domino_Tiles
231 blk; Duployan                         ; Duployan
232 blk; Early_Dynastic_Cuneiform         ; Early_Dynastic_Cuneiform
233 blk; Egyptian_Hieroglyph_Format_Controls; Egyptian_Hieroglyph_Format_Controls
234 blk; Egyptian_Hieroglyphs             ; Egyptian_Hieroglyphs
235 blk; Elbasan                          ; Elbasan
236 blk; Elymaic                          ; Elymaic
237 blk; Emoticons                        ; Emoticons
238 blk; Enclosed_Alphanum                ; Enclosed_Alphanumerics
239 blk; Enclosed_Alphanum_Sup            ; Enclosed_Alphanumeric_Supplement
240 blk; Enclosed_CJK                     ; Enclosed_CJK_Letters_And_Months
241 blk; Enclosed_Ideographic_Sup         ; Enclosed_Ideographic_Supplement
242 blk; Ethiopic                         ; Ethiopic
243 blk; Ethiopic_Ext                     ; Ethiopic_Extended
244 blk; Ethiopic_Ext_A                   ; Ethiopic_Extended_A
245 blk; Ethiopic_Sup                     ; Ethiopic_Supplement
246 blk; Geometric_Shapes                 ; Geometric_Shapes
247 blk; Geometric_Shapes_Ext             ; Geometric_Shapes_Extended
248 blk; Georgian                         ; Georgian
249 blk; Georgian_Ext                     ; Georgian_Extended
250 blk; Georgian_Sup                     ; Georgian_Supplement
251 blk; Glagolitic                       ; Glagolitic
252 blk; Glagolitic_Sup                   ; Glagolitic_Supplement
253 blk; Gothic                           ; Gothic
254 blk; Grantha                          ; Grantha
255 blk; Greek                            ; Greek_And_Coptic
256 blk; Greek_Ext                        ; Greek_Extended
257 blk; Gujarati                         ; Gujarati
258 blk; Gunjala_Gondi                    ; Gunjala_Gondi
259 blk; Gurmukhi                         ; Gurmukhi
260 blk; Half_And_Full_Forms              ; Halfwidth_And_Fullwidth_Forms
261 blk; Half_Marks                       ; Combining_Half_Marks
262 blk; Hangul                           ; Hangul_Syllables
263 blk; Hanifi_Rohingya                  ; Hanifi_Rohingya
264 blk; Hanunoo                          ; Hanunoo
265 blk; Hatran                           ; Hatran
266 blk; Hebrew                           ; Hebrew
267 blk; High_PU_Surrogates               ; High_Private_Use_Surrogates
268 blk; High_Surrogates                  ; High_Surrogates
269 blk; Hiragana                         ; Hiragana
270 blk; IDC                              ; Ideographic_Description_Characters
271 blk; Ideographic_Symbols              ; Ideographic_Symbols_And_Punctuation
272 blk; Imperial_Aramaic                 ; Imperial_Aramaic
273 blk; Indic_Number_Forms               ; Common_Indic_Number_Forms
274 blk; Indic_Siyaq_Numbers              ; Indic_Siyaq_Numbers
275 blk; Inscriptional_Pahlavi            ; Inscriptional_Pahlavi
276 blk; Inscriptional_Parthian           ; Inscriptional_Parthian
277 blk; IPA_Ext                          ; IPA_Extensions
278 blk; Jamo                             ; Hangul_Jamo
279 blk; Jamo_Ext_A                       ; Hangul_Jamo_Extended_A
280 blk; Jamo_Ext_B                       ; Hangul_Jamo_Extended_B
281 blk; Javanese                         ; Javanese
282 blk; Kaithi                           ; Kaithi
283 blk; Kana_Ext_A                       ; Kana_Extended_A
284 blk; Kana_Sup                         ; Kana_Supplement
285 blk; Kanbun                           ; Kanbun
286 blk; Kangxi                           ; Kangxi_Radicals
287 blk; Kannada                          ; Kannada
288 blk; Katakana                         ; Katakana
289 blk; Katakana_Ext                     ; Katakana_Phonetic_Extensions
290 blk; Kayah_Li                         ; Kayah_Li
291 blk; Kharoshthi                       ; Kharoshthi
292 blk; Khmer                            ; Khmer
293 blk; Khmer_Symbols                    ; Khmer_Symbols
294 blk; Khojki                           ; Khojki
295 blk; Khudawadi                        ; Khudawadi
296 blk; Lao                              ; Lao
297 blk; Latin_1_Sup                      ; Latin_1_Supplement               ; Latin_1
298 blk; Latin_Ext_A                      ; Latin_Extended_A
299 blk; Latin_Ext_Additional             ; Latin_Extended_Additional
300 blk; Latin_Ext_B                      ; Latin_Extended_B
301 blk; Latin_Ext_C                      ; Latin_Extended_C
302 blk; Latin_Ext_D                      ; Latin_Extended_D
303 blk; Latin_Ext_E                      ; Latin_Extended_E
304 blk; Lepcha                           ; Lepcha
305 blk; Letterlike_Symbols               ; Letterlike_Symbols
306 blk; Limbu                            ; Limbu
307 blk; Linear_A                         ; Linear_A
308 blk; Linear_B_Ideograms               ; Linear_B_Ideograms
309 blk; Linear_B_Syllabary               ; Linear_B_Syllabary
310 blk; Lisu                             ; Lisu
311 blk; Low_Surrogates                   ; Low_Surrogates
312 blk; Lycian                           ; Lycian
313 blk; Lydian                           ; Lydian
314 blk; Mahajani                         ; Mahajani
315 blk; Mahjong                          ; Mahjong_Tiles
316 blk; Makasar                          ; Makasar
317 blk; Malayalam                        ; Malayalam
318 blk; Mandaic                          ; Mandaic
319 blk; Manichaean                       ; Manichaean
320 blk; Marchen                          ; Marchen
321 blk; Masaram_Gondi                    ; Masaram_Gondi
322 blk; Math_Alphanum                    ; Mathematical_Alphanumeric_Symbols
323 blk; Math_Operators                   ; Mathematical_Operators
324 blk; Mayan_Numerals                   ; Mayan_Numerals
325 blk; Medefaidrin                      ; Medefaidrin
326 blk; Meetei_Mayek                     ; Meetei_Mayek
327 blk; Meetei_Mayek_Ext                 ; Meetei_Mayek_Extensions
328 blk; Mende_Kikakui                    ; Mende_Kikakui
329 blk; Meroitic_Cursive                 ; Meroitic_Cursive
330 blk; Meroitic_Hieroglyphs             ; Meroitic_Hieroglyphs
331 blk; Miao                             ; Miao
332 blk; Misc_Arrows                      ; Miscellaneous_Symbols_And_Arrows
333 blk; Misc_Math_Symbols_A              ; Miscellaneous_Mathematical_Symbols_A
334 blk; Misc_Math_Symbols_B              ; Miscellaneous_Mathematical_Symbols_B
335 blk; Misc_Pictographs                 ; Miscellaneous_Symbols_And_Pictographs
336 blk; Misc_Symbols                     ; Miscellaneous_Symbols
337 blk; Misc_Technical                   ; Miscellaneous_Technical
338 blk; Modi                             ; Modi
339 blk; Modifier_Letters                 ; Spacing_Modifier_Letters
340 blk; Modifier_Tone_Letters            ; Modifier_Tone_Letters
341 blk; Mongolian                        ; Mongolian
342 blk; Mongolian_Sup                    ; Mongolian_Supplement
343 blk; Mro                              ; Mro
344 blk; Multani                          ; Multani
345 blk; Music                            ; Musical_Symbols
346 blk; Myanmar                          ; Myanmar
347 blk; Myanmar_Ext_A                    ; Myanmar_Extended_A
348 blk; Myanmar_Ext_B                    ; Myanmar_Extended_B
349 blk; Nabataean                        ; Nabataean
350 blk; Nandinagari                      ; Nandinagari
351 blk; NB                               ; No_Block
352 blk; New_Tai_Lue                      ; New_Tai_Lue
353 blk; Newa                             ; Newa
354 blk; NKo                              ; NKo
355 blk; Number_Forms                     ; Number_Forms
356 blk; Nushu                            ; Nushu
357 blk; Nyiakeng_Puachue_Hmong           ; Nyiakeng_Puachue_Hmong
358 blk; OCR                              ; Optical_Character_Recognition
359 blk; Ogham                            ; Ogham
360 blk; Ol_Chiki                         ; Ol_Chiki
361 blk; Old_Hungarian                    ; Old_Hungarian
362 blk; Old_Italic                       ; Old_Italic
363 blk; Old_North_Arabian                ; Old_North_Arabian
364 blk; Old_Permic                       ; Old_Permic
365 blk; Old_Persian                      ; Old_Persian
366 blk; Old_Sogdian                      ; Old_Sogdian
367 blk; Old_South_Arabian                ; Old_South_Arabian
368 blk; Old_Turkic                       ; Old_Turkic
369 blk; Oriya                            ; Oriya
370 blk; Ornamental_Dingbats              ; Ornamental_Dingbats
371 blk; Osage                            ; Osage
372 blk; Osmanya                          ; Osmanya
373 blk; Ottoman_Siyaq_Numbers            ; Ottoman_Siyaq_Numbers
374 blk; Pahawh_Hmong                     ; Pahawh_Hmong
375 blk; Palmyrene                        ; Palmyrene
376 blk; Pau_Cin_Hau                      ; Pau_Cin_Hau
377 blk; Phags_Pa                         ; Phags_Pa
378 blk; Phaistos                         ; Phaistos_Disc
379 blk; Phoenician                       ; Phoenician
380 blk; Phonetic_Ext                     ; Phonetic_Extensions
381 blk; Phonetic_Ext_Sup                 ; Phonetic_Extensions_Supplement
382 blk; Playing_Cards                    ; Playing_Cards
383 blk; Psalter_Pahlavi                  ; Psalter_Pahlavi
384 blk; PUA                              ; Private_Use_Area                 ; Private_Use
385 blk; Punctuation                      ; General_Punctuation
386 blk; Rejang                           ; Rejang
387 blk; Rumi                             ; Rumi_Numeral_Symbols
388 blk; Runic                            ; Runic
389 blk; Samaritan                        ; Samaritan
390 blk; Saurashtra                       ; Saurashtra
391 blk; Sharada                          ; Sharada
392 blk; Shavian                          ; Shavian
393 blk; Shorthand_Format_Controls        ; Shorthand_Format_Controls
394 blk; Siddham                          ; Siddham
395 blk; Sinhala                          ; Sinhala
396 blk; Sinhala_Archaic_Numbers          ; Sinhala_Archaic_Numbers
397 blk; Small_Forms                      ; Small_Form_Variants
398 blk; Small_Kana_Ext                   ; Small_Kana_Extension
399 blk; Sogdian                          ; Sogdian
400 blk; Sora_Sompeng                     ; Sora_Sompeng
401 blk; Soyombo                          ; Soyombo
402 blk; Specials                         ; Specials
403 blk; Sundanese                        ; Sundanese
404 blk; Sundanese_Sup                    ; Sundanese_Supplement
405 blk; Sup_Arrows_A                     ; Supplemental_Arrows_A
406 blk; Sup_Arrows_B                     ; Supplemental_Arrows_B
407 blk; Sup_Arrows_C                     ; Supplemental_Arrows_C
408 blk; Sup_Math_Operators               ; Supplemental_Mathematical_Operators
409 blk; Sup_PUA_A                        ; Supplementary_Private_Use_Area_A
410 blk; Sup_PUA_B                        ; Supplementary_Private_Use_Area_B
411 blk; Sup_Punctuation                  ; Supplemental_Punctuation
412 blk; Sup_Symbols_And_Pictographs      ; Supplemental_Symbols_And_Pictographs
413 blk; Super_And_Sub                    ; Superscripts_And_Subscripts
414 blk; Sutton_SignWriting               ; Sutton_SignWriting
415 blk; Syloti_Nagri                     ; Syloti_Nagri
416 blk; Symbols_And_Pictographs_Ext_A    ; Symbols_And_Pictographs_Extended_A
417 blk; Syriac                           ; Syriac
418 blk; Syriac_Sup                       ; Syriac_Supplement
419 blk; Tagalog                          ; Tagalog
420 blk; Tagbanwa                         ; Tagbanwa
421 blk; Tags                             ; Tags
422 blk; Tai_Le                           ; Tai_Le
423 blk; Tai_Tham                         ; Tai_Tham
424 blk; Tai_Viet                         ; Tai_Viet
425 blk; Tai_Xuan_Jing                    ; Tai_Xuan_Jing_Symbols
426 blk; Takri                            ; Takri
427 blk; Tamil                            ; Tamil
428 blk; Tamil_Sup                        ; Tamil_Supplement
429 blk; Tangut                           ; Tangut
430 blk; Tangut_Components                ; Tangut_Components
431 blk; Telugu                           ; Telugu
432 blk; Thaana                           ; Thaana
433 blk; Thai                             ; Thai
434 blk; Tibetan                          ; Tibetan
435 blk; Tifinagh                         ; Tifinagh
436 blk; Tirhuta                          ; Tirhuta
437 blk; Transport_And_Map                ; Transport_And_Map_Symbols
438 blk; UCAS                             ; Unified_Canadian_Aboriginal_Syllabics; Canadian_Syllabics
439 blk; UCAS_Ext                         ; Unified_Canadian_Aboriginal_Syllabics_Extended
440 blk; Ugaritic                         ; Ugaritic
441 blk; Vai                              ; Vai
442 blk; Vedic_Ext                        ; Vedic_Extensions
443 blk; Vertical_Forms                   ; Vertical_Forms
444 blk; VS                               ; Variation_Selectors
445 blk; VS_Sup                           ; Variation_Selectors_Supplement
446 blk; Wancho                           ; Wancho
447 blk; Warang_Citi                      ; Warang_Citi
448 blk; Yi_Radicals                      ; Yi_Radicals
449 blk; Yi_Syllables                     ; Yi_Syllables
450 blk; Yijing                           ; Yijing_Hexagram_Symbols
451 blk; Zanabazar_Square                 ; Zanabazar_Square
452
453 # Canonical_Combining_Class (ccc)
454
455 ccc;   0; NR                         ; Not_Reordered
456 ccc;   1; OV                         ; Overlay
457 ccc;   7; NK                         ; Nukta
458 ccc;   8; KV                         ; Kana_Voicing
459 ccc;   9; VR                         ; Virama
460 ccc;  10; CCC10                      ; CCC10
461 ccc;  11; CCC11                      ; CCC11
462 ccc;  12; CCC12                      ; CCC12
463 ccc;  13; CCC13                      ; CCC13
464 ccc;  14; CCC14                      ; CCC14
465 ccc;  15; CCC15                      ; CCC15
466 ccc;  16; CCC16                      ; CCC16
467 ccc;  17; CCC17                      ; CCC17
468 ccc;  18; CCC18                      ; CCC18
469 ccc;  19; CCC19                      ; CCC19
470 ccc;  20; CCC20                      ; CCC20
471 ccc;  21; CCC21                      ; CCC21
472 ccc;  22; CCC22                      ; CCC22
473 ccc;  23; CCC23                      ; CCC23
474 ccc;  24; CCC24                      ; CCC24
475 ccc;  25; CCC25                      ; CCC25
476 ccc;  26; CCC26                      ; CCC26
477 ccc;  27; CCC27                      ; CCC27
478 ccc;  28; CCC28                      ; CCC28
479 ccc;  29; CCC29                      ; CCC29
480 ccc;  30; CCC30                      ; CCC30
481 ccc;  31; CCC31                      ; CCC31
482 ccc;  32; CCC32                      ; CCC32
483 ccc;  33; CCC33                      ; CCC33
484 ccc;  34; CCC34                      ; CCC34
485 ccc;  35; CCC35                      ; CCC35
486 ccc;  36; CCC36                      ; CCC36
487 ccc;  84; CCC84                      ; CCC84
488 ccc;  91; CCC91                      ; CCC91
489 ccc; 103; CCC103                     ; CCC103
490 ccc; 107; CCC107                     ; CCC107
491 ccc; 118; CCC118                     ; CCC118
492 ccc; 122; CCC122                     ; CCC122
493 ccc; 129; CCC129                     ; CCC129
494 ccc; 130; CCC130                     ; CCC130
495 ccc; 132; CCC132                     ; CCC132
496 ccc; 133; CCC133                     ; CCC133 # RESERVED
497 ccc; 200; ATBL                       ; Attached_Below_Left
498 ccc; 202; ATB                        ; Attached_Below
499 ccc; 214; ATA                        ; Attached_Above
500 ccc; 216; ATAR                       ; Attached_Above_Right
501 ccc; 218; BL                         ; Below_Left
502 ccc; 220; B                          ; Below
503 ccc; 222; BR                         ; Below_Right
504 ccc; 224; L                          ; Left
505 ccc; 226; R                          ; Right
506 ccc; 228; AL                         ; Above_Left
507 ccc; 230; A                          ; Above
508 ccc; 232; AR                         ; Above_Right
509 ccc; 233; DB                         ; Double_Below
510 ccc; 234; DA                         ; Double_Above
511 ccc; 240; IS                         ; Iota_Subscript
512
513 # Case_Folding (cf)
514
515 # @missing: 0000..10FFFF; Case_Folding; <code point>
516
517 # Case_Ignorable (CI)
518
519 CI ; N                                ; No                               ; F                                ; False
520 CI ; Y                                ; Yes                              ; T                                ; True
521
522 # Cased (Cased)
523
524 Cased; N                              ; No                               ; F                                ; False
525 Cased; Y                              ; Yes                              ; T                                ; True
526
527 # Changes_When_Casefolded (CWCF)
528
529 CWCF; N                               ; No                               ; F                                ; False
530 CWCF; Y                               ; Yes                              ; T                                ; True
531
532 # Changes_When_Casemapped (CWCM)
533
534 CWCM; N                               ; No                               ; F                                ; False
535 CWCM; Y                               ; Yes                              ; T                                ; True
536
537 # Changes_When_Lowercased (CWL)
538
539 CWL; N                                ; No                               ; F                                ; False
540 CWL; Y                                ; Yes                              ; T                                ; True
541
542 # Changes_When_NFKC_Casefolded (CWKCF)
543
544 CWKCF; N                              ; No                               ; F                                ; False
545 CWKCF; Y                              ; Yes                              ; T                                ; True
546
547 # Changes_When_Titlecased (CWT)
548
549 CWT; N                                ; No                               ; F                                ; False
550 CWT; Y                                ; Yes                              ; T                                ; True
551
552 # Changes_When_Uppercased (CWU)
553
554 CWU; N                                ; No                               ; F                                ; False
555 CWU; Y                                ; Yes                              ; T                                ; True
556
557 # Composition_Exclusion (CE)
558
559 CE ; N                                ; No                               ; F                                ; False
560 CE ; Y                                ; Yes                              ; T                                ; True
561
562 # Dash (Dash)
563
564 Dash; N                               ; No                               ; F                                ; False
565 Dash; Y                               ; Yes                              ; T                                ; True
566
567 # Decomposition_Mapping (dm)
568
569 # @missing: 0000..10FFFF; Decomposition_Mapping; <code point>
570
571 # Decomposition_Type (dt)
572
573 dt ; Can                              ; Canonical                        ; can
574 dt ; Com                              ; Compat                           ; com
575 dt ; Enc                              ; Circle                           ; enc
576 dt ; Fin                              ; Final                            ; fin
577 dt ; Font                             ; Font                             ; font
578 dt ; Fra                              ; Fraction                         ; fra
579 dt ; Init                             ; Initial                          ; init
580 dt ; Iso                              ; Isolated                         ; iso
581 dt ; Med                              ; Medial                           ; med
582 dt ; Nar                              ; Narrow                           ; nar
583 dt ; Nb                               ; Nobreak                          ; nb
584 dt ; None                             ; None                             ; none
585 dt ; Sml                              ; Small                            ; sml
586 dt ; Sqr                              ; Square                           ; sqr
587 dt ; Sub                              ; Sub                              ; sub
588 dt ; Sup                              ; Super                            ; sup
589 dt ; Vert                             ; Vertical                         ; vert
590 dt ; Wide                             ; Wide                             ; wide
591
592 # Default_Ignorable_Code_Point (DI)
593
594 DI ; N                                ; No                               ; F                                ; False
595 DI ; Y                                ; Yes                              ; T                                ; True
596
597 # Deprecated (Dep)
598
599 Dep; N                                ; No                               ; F                                ; False
600 Dep; Y                                ; Yes                              ; T                                ; True
601
602 # Diacritic (Dia)
603
604 Dia; N                                ; No                               ; F                                ; False
605 Dia; Y                                ; Yes                              ; T                                ; True
606
607 # East_Asian_Width (ea)
608
609 ea ; A                                ; Ambiguous
610 ea ; F                                ; Fullwidth
611 ea ; H                                ; Halfwidth
612 ea ; N                                ; Neutral
613 ea ; Na                               ; Narrow
614 ea ; W                                ; Wide
615
616 # Equivalent_Unified_Ideograph (EqUIdeo)
617
618 # @missing: 0000..10FFFF; Equivalent_Unified_Ideograph; <none>
619
620 # Expands_On_NFC (XO_NFC)
621
622 XO_NFC; N                             ; No                               ; F                                ; False
623 XO_NFC; Y                             ; Yes                              ; T                                ; True
624
625 # Expands_On_NFD (XO_NFD)
626
627 XO_NFD; N                             ; No                               ; F                                ; False
628 XO_NFD; Y                             ; Yes                              ; T                                ; True
629
630 # Expands_On_NFKC (XO_NFKC)
631
632 XO_NFKC; N                            ; No                               ; F                                ; False
633 XO_NFKC; Y                            ; Yes                              ; T                                ; True
634
635 # Expands_On_NFKD (XO_NFKD)
636
637 XO_NFKD; N                            ; No                               ; F                                ; False
638 XO_NFKD; Y                            ; Yes                              ; T                                ; True
639
640 # Extender (Ext)
641
642 Ext; N                                ; No                               ; F                                ; False
643 Ext; Y                                ; Yes                              ; T                                ; True
644
645 # FC_NFKC_Closure (FC_NFKC)
646
647 # @missing: 0000..10FFFF; FC_NFKC_Closure; <code point>
648
649 # Full_Composition_Exclusion (Comp_Ex)
650
651 Comp_Ex; N                            ; No                               ; F                                ; False
652 Comp_Ex; Y                            ; Yes                              ; T                                ; True
653
654 # General_Category (gc)
655
656 gc ; C                                ; Other                            # Cc | Cf | Cn | Co | Cs
657 gc ; Cc                               ; Control                          ; cntrl
658 gc ; Cf                               ; Format
659 gc ; Cn                               ; Unassigned
660 gc ; Co                               ; Private_Use
661 gc ; Cs                               ; Surrogate
662 gc ; L                                ; Letter                           # Ll | Lm | Lo | Lt | Lu
663 gc ; LC                               ; Cased_Letter                     # Ll | Lt | Lu
664 gc ; Ll                               ; Lowercase_Letter
665 gc ; Lm                               ; Modifier_Letter
666 gc ; Lo                               ; Other_Letter
667 gc ; Lt                               ; Titlecase_Letter
668 gc ; Lu                               ; Uppercase_Letter
669 gc ; M                                ; Mark                             ; Combining_Mark                   # Mc | Me | Mn
670 gc ; Mc                               ; Spacing_Mark
671 gc ; Me                               ; Enclosing_Mark
672 gc ; Mn                               ; Nonspacing_Mark
673 gc ; N                                ; Number                           # Nd | Nl | No
674 gc ; Nd                               ; Decimal_Number                   ; digit
675 gc ; Nl                               ; Letter_Number
676 gc ; No                               ; Other_Number
677 gc ; P                                ; Punctuation                      ; punct                            # Pc | Pd | Pe | Pf | Pi | Po | Ps
678 gc ; Pc                               ; Connector_Punctuation
679 gc ; Pd                               ; Dash_Punctuation
680 gc ; Pe                               ; Close_Punctuation
681 gc ; Pf                               ; Final_Punctuation
682 gc ; Pi                               ; Initial_Punctuation
683 gc ; Po                               ; Other_Punctuation
684 gc ; Ps                               ; Open_Punctuation
685 gc ; S                                ; Symbol                           # Sc | Sk | Sm | So
686 gc ; Sc                               ; Currency_Symbol
687 gc ; Sk                               ; Modifier_Symbol
688 gc ; Sm                               ; Math_Symbol
689 gc ; So                               ; Other_Symbol
690 gc ; Z                                ; Separator                        # Zl | Zp | Zs
691 gc ; Zl                               ; Line_Separator
692 gc ; Zp                               ; Paragraph_Separator
693 gc ; Zs                               ; Space_Separator
694 # @missing: 0000..10FFFF; General_Category; Unassigned
695
696 # Grapheme_Base (Gr_Base)
697
698 Gr_Base; N                            ; No                               ; F                                ; False
699 Gr_Base; Y                            ; Yes                              ; T                                ; True
700
701 # Grapheme_Cluster_Break (GCB)
702
703 GCB; CN                               ; Control
704 GCB; CR                               ; CR
705 GCB; EB                               ; E_Base
706 GCB; EBG                              ; E_Base_GAZ
707 GCB; EM                               ; E_Modifier
708 GCB; EX                               ; Extend
709 GCB; GAZ                              ; Glue_After_Zwj
710 GCB; L                                ; L
711 GCB; LF                               ; LF
712 GCB; LV                               ; LV
713 GCB; LVT                              ; LVT
714 GCB; PP                               ; Prepend
715 GCB; RI                               ; Regional_Indicator
716 GCB; SM                               ; SpacingMark
717 GCB; T                                ; T
718 GCB; V                                ; V
719 GCB; XX                               ; Other
720 GCB; ZWJ                              ; ZWJ
721
722 # Grapheme_Extend (Gr_Ext)
723
724 Gr_Ext; N                             ; No                               ; F                                ; False
725 Gr_Ext; Y                             ; Yes                              ; T                                ; True
726
727 # Grapheme_Link (Gr_Link)
728
729 Gr_Link; N                            ; No                               ; F                                ; False
730 Gr_Link; Y                            ; Yes                              ; T                                ; True
731
732 # Hangul_Syllable_Type (hst)
733
734 hst; L                                ; Leading_Jamo
735 hst; LV                               ; LV_Syllable
736 hst; LVT                              ; LVT_Syllable
737 hst; NA                               ; Not_Applicable
738 hst; T                                ; Trailing_Jamo
739 hst; V                                ; Vowel_Jamo
740
741 # Hex_Digit (Hex)
742
743 Hex; N                                ; No                               ; F                                ; False
744 Hex; Y                                ; Yes                              ; T                                ; True
745
746 # Hyphen (Hyphen)
747
748 Hyphen; N                             ; No                               ; F                                ; False
749 Hyphen; Y                             ; Yes                              ; T                                ; True
750
751 # IDS_Binary_Operator (IDSB)
752
753 IDSB; N                               ; No                               ; F                                ; False
754 IDSB; Y                               ; Yes                              ; T                                ; True
755
756 # IDS_Trinary_Operator (IDST)
757
758 IDST; N                               ; No                               ; F                                ; False
759 IDST; Y                               ; Yes                              ; T                                ; True
760
761 # ID_Continue (IDC)
762
763 IDC; N                                ; No                               ; F                                ; False
764 IDC; Y                                ; Yes                              ; T                                ; True
765
766 # ID_Start (IDS)
767
768 IDS; N                                ; No                               ; F                                ; False
769 IDS; Y                                ; Yes                              ; T                                ; True
770
771 # ISO_Comment (isc)
772
773 # @missing: 0000..10FFFF; ISO_Comment; <none>
774
775 # Ideographic (Ideo)
776
777 Ideo; N                               ; No                               ; F                                ; False
778 Ideo; Y                               ; Yes                              ; T                                ; True
779
780 # Indic_Positional_Category (InPC)
781
782 InPC; Bottom                          ; Bottom
783 InPC; Bottom_And_Left                 ; Bottom_And_Left
784 InPC; Bottom_And_Right                ; Bottom_And_Right
785 InPC; Left                            ; Left
786 InPC; Left_And_Right                  ; Left_And_Right
787 InPC; NA                              ; NA
788 InPC; Overstruck                      ; Overstruck
789 InPC; Right                           ; Right
790 InPC; Top                             ; Top
791 InPC; Top_And_Bottom                  ; Top_And_Bottom
792 InPC; Top_And_Bottom_And_Right        ; Top_And_Bottom_And_Right
793 InPC; Top_And_Left                    ; Top_And_Left
794 InPC; Top_And_Left_And_Right          ; Top_And_Left_And_Right
795 InPC; Top_And_Right                   ; Top_And_Right
796 InPC; Visual_Order_Left               ; Visual_Order_Left
797
798 # Indic_Syllabic_Category (InSC)
799
800 InSC; Avagraha                        ; Avagraha
801 InSC; Bindu                           ; Bindu
802 InSC; Brahmi_Joining_Number           ; Brahmi_Joining_Number
803 InSC; Cantillation_Mark               ; Cantillation_Mark
804 InSC; Consonant                       ; Consonant
805 InSC; Consonant_Dead                  ; Consonant_Dead
806 InSC; Consonant_Final                 ; Consonant_Final
807 InSC; Consonant_Head_Letter           ; Consonant_Head_Letter
808 InSC; Consonant_Initial_Postfixed     ; Consonant_Initial_Postfixed
809 InSC; Consonant_Killer                ; Consonant_Killer
810 InSC; Consonant_Medial                ; Consonant_Medial
811 InSC; Consonant_Placeholder           ; Consonant_Placeholder
812 InSC; Consonant_Preceding_Repha       ; Consonant_Preceding_Repha
813 InSC; Consonant_Prefixed              ; Consonant_Prefixed
814 InSC; Consonant_Subjoined             ; Consonant_Subjoined
815 InSC; Consonant_Succeeding_Repha      ; Consonant_Succeeding_Repha
816 InSC; Consonant_With_Stacker          ; Consonant_With_Stacker
817 InSC; Gemination_Mark                 ; Gemination_Mark
818 InSC; Invisible_Stacker               ; Invisible_Stacker
819 InSC; Joiner                          ; Joiner
820 InSC; Modifying_Letter                ; Modifying_Letter
821 InSC; Non_Joiner                      ; Non_Joiner
822 InSC; Nukta                           ; Nukta
823 InSC; Number                          ; Number
824 InSC; Number_Joiner                   ; Number_Joiner
825 InSC; Other                           ; Other
826 InSC; Pure_Killer                     ; Pure_Killer
827 InSC; Register_Shifter                ; Register_Shifter
828 InSC; Syllable_Modifier               ; Syllable_Modifier
829 InSC; Tone_Letter                     ; Tone_Letter
830 InSC; Tone_Mark                       ; Tone_Mark
831 InSC; Virama                          ; Virama
832 InSC; Visarga                         ; Visarga
833 InSC; Vowel                           ; Vowel
834 InSC; Vowel_Dependent                 ; Vowel_Dependent
835 InSC; Vowel_Independent               ; Vowel_Independent
836
837 # Jamo_Short_Name (JSN)
838
839 JSN; A                                ; A
840 JSN; AE                               ; AE
841 JSN; B                                ; B
842 JSN; BB                               ; BB
843 JSN; BS                               ; BS
844 JSN; C                                ; C
845 JSN; D                                ; D
846 JSN; DD                               ; DD
847 JSN; E                                ; E
848 JSN; EO                               ; EO
849 JSN; EU                               ; EU
850 JSN; G                                ; G
851 JSN; GG                               ; GG
852 JSN; GS                               ; GS
853 JSN; H                                ; H
854 JSN; I                                ; I
855 JSN; J                                ; J
856 JSN; JJ                               ; JJ
857 JSN; K                                ; K
858 JSN; L                                ; L
859 JSN; LB                               ; LB
860 JSN; LG                               ; LG
861 JSN; LH                               ; LH
862 JSN; LM                               ; LM
863 JSN; LP                               ; LP
864 JSN; LS                               ; LS
865 JSN; LT                               ; LT
866 JSN; M                                ; M
867 JSN; N                                ; N
868 JSN; NG                               ; NG
869 JSN; NH                               ; NH
870 JSN; NJ                               ; NJ
871 JSN; O                                ; O
872 JSN; OE                               ; OE
873 JSN; P                                ; P
874 JSN; R                                ; R
875 JSN; S                                ; S
876 JSN; SS                               ; SS
877 JSN; T                                ; T
878 JSN; U                                ; U
879 JSN; WA                               ; WA
880 JSN; WAE                              ; WAE
881 JSN; WE                               ; WE
882 JSN; WEO                              ; WEO
883 JSN; WI                               ; WI
884 JSN; YA                               ; YA
885 JSN; YAE                              ; YAE
886 JSN; YE                               ; YE
887 JSN; YEO                              ; YEO
888 JSN; YI                               ; YI
889 JSN; YO                               ; YO
890 JSN; YU                               ; YU
891 # @missing: 0000..10FFFF; Jamo_Short_Name; <none>
892
893 # Join_Control (Join_C)
894
895 Join_C; N                             ; No                               ; F                                ; False
896 Join_C; Y                             ; Yes                              ; T                                ; True
897
898 # Joining_Group (jg)
899
900 jg ; African_Feh                      ; African_Feh
901 jg ; African_Noon                     ; African_Noon
902 jg ; African_Qaf                      ; African_Qaf
903 jg ; Ain                              ; Ain
904 jg ; Alaph                            ; Alaph
905 jg ; Alef                             ; Alef
906 jg ; Beh                              ; Beh
907 jg ; Beth                             ; Beth
908 jg ; Burushaski_Yeh_Barree            ; Burushaski_Yeh_Barree
909 jg ; Dal                              ; Dal
910 jg ; Dalath_Rish                      ; Dalath_Rish
911 jg ; E                                ; E
912 jg ; Farsi_Yeh                        ; Farsi_Yeh
913 jg ; Fe                               ; Fe
914 jg ; Feh                              ; Feh
915 jg ; Final_Semkath                    ; Final_Semkath
916 jg ; Gaf                              ; Gaf
917 jg ; Gamal                            ; Gamal
918 jg ; Hah                              ; Hah
919 jg ; Hanifi_Rohingya_Kinna_Ya         ; Hanifi_Rohingya_Kinna_Ya
920 jg ; Hanifi_Rohingya_Pa               ; Hanifi_Rohingya_Pa
921 jg ; He                               ; He
922 jg ; Heh                              ; Heh
923 jg ; Heh_Goal                         ; Heh_Goal
924 jg ; Heth                             ; Heth
925 jg ; Kaf                              ; Kaf
926 jg ; Kaph                             ; Kaph
927 jg ; Khaph                            ; Khaph
928 jg ; Knotted_Heh                      ; Knotted_Heh
929 jg ; Lam                              ; Lam
930 jg ; Lamadh                           ; Lamadh
931 jg ; Malayalam_Bha                    ; Malayalam_Bha
932 jg ; Malayalam_Ja                     ; Malayalam_Ja
933 jg ; Malayalam_Lla                    ; Malayalam_Lla
934 jg ; Malayalam_Llla                   ; Malayalam_Llla
935 jg ; Malayalam_Nga                    ; Malayalam_Nga
936 jg ; Malayalam_Nna                    ; Malayalam_Nna
937 jg ; Malayalam_Nnna                   ; Malayalam_Nnna
938 jg ; Malayalam_Nya                    ; Malayalam_Nya
939 jg ; Malayalam_Ra                     ; Malayalam_Ra
940 jg ; Malayalam_Ssa                    ; Malayalam_Ssa
941 jg ; Malayalam_Tta                    ; Malayalam_Tta
942 jg ; Manichaean_Aleph                 ; Manichaean_Aleph
943 jg ; Manichaean_Ayin                  ; Manichaean_Ayin
944 jg ; Manichaean_Beth                  ; Manichaean_Beth
945 jg ; Manichaean_Daleth                ; Manichaean_Daleth
946 jg ; Manichaean_Dhamedh               ; Manichaean_Dhamedh
947 jg ; Manichaean_Five                  ; Manichaean_Five
948 jg ; Manichaean_Gimel                 ; Manichaean_Gimel
949 jg ; Manichaean_Heth                  ; Manichaean_Heth
950 jg ; Manichaean_Hundred               ; Manichaean_Hundred
951 jg ; Manichaean_Kaph                  ; Manichaean_Kaph
952 jg ; Manichaean_Lamedh                ; Manichaean_Lamedh
953 jg ; Manichaean_Mem                   ; Manichaean_Mem
954 jg ; Manichaean_Nun                   ; Manichaean_Nun
955 jg ; Manichaean_One                   ; Manichaean_One
956 jg ; Manichaean_Pe                    ; Manichaean_Pe
957 jg ; Manichaean_Qoph                  ; Manichaean_Qoph
958 jg ; Manichaean_Resh                  ; Manichaean_Resh
959 jg ; Manichaean_Sadhe                 ; Manichaean_Sadhe
960 jg ; Manichaean_Samekh                ; Manichaean_Samekh
961 jg ; Manichaean_Taw                   ; Manichaean_Taw
962 jg ; Manichaean_Ten                   ; Manichaean_Ten
963 jg ; Manichaean_Teth                  ; Manichaean_Teth
964 jg ; Manichaean_Thamedh               ; Manichaean_Thamedh
965 jg ; Manichaean_Twenty                ; Manichaean_Twenty
966 jg ; Manichaean_Waw                   ; Manichaean_Waw
967 jg ; Manichaean_Yodh                  ; Manichaean_Yodh
968 jg ; Manichaean_Zayin                 ; Manichaean_Zayin
969 jg ; Meem                             ; Meem
970 jg ; Mim                              ; Mim
971 jg ; No_Joining_Group                 ; No_Joining_Group
972 jg ; Noon                             ; Noon
973 jg ; Nun                              ; Nun
974 jg ; Nya                              ; Nya
975 jg ; Pe                               ; Pe
976 jg ; Qaf                              ; Qaf
977 jg ; Qaph                             ; Qaph
978 jg ; Reh                              ; Reh
979 jg ; Reversed_Pe                      ; Reversed_Pe
980 jg ; Rohingya_Yeh                     ; Rohingya_Yeh
981 jg ; Sad                              ; Sad
982 jg ; Sadhe                            ; Sadhe
983 jg ; Seen                             ; Seen
984 jg ; Semkath                          ; Semkath
985 jg ; Shin                             ; Shin
986 jg ; Straight_Waw                     ; Straight_Waw
987 jg ; Swash_Kaf                        ; Swash_Kaf
988 jg ; Syriac_Waw                       ; Syriac_Waw
989 jg ; Tah                              ; Tah
990 jg ; Taw                              ; Taw
991 jg ; Teh_Marbuta                      ; Teh_Marbuta
992 jg ; Teh_Marbuta_Goal                 ; Hamza_On_Heh_Goal
993 jg ; Teth                             ; Teth
994 jg ; Waw                              ; Waw
995 jg ; Yeh                              ; Yeh
996 jg ; Yeh_Barree                       ; Yeh_Barree
997 jg ; Yeh_With_Tail                    ; Yeh_With_Tail
998 jg ; Yudh                             ; Yudh
999 jg ; Yudh_He                          ; Yudh_He
1000 jg ; Zain                             ; Zain
1001 jg ; Zhain                            ; Zhain
1002
1003 # Joining_Type (jt)
1004
1005 jt ; C                                ; Join_Causing
1006 jt ; D                                ; Dual_Joining
1007 jt ; L                                ; Left_Joining
1008 jt ; R                                ; Right_Joining
1009 jt ; T                                ; Transparent
1010 jt ; U                                ; Non_Joining
1011
1012 # Line_Break (lb)
1013
1014 lb ; AI                               ; Ambiguous
1015 lb ; AL                               ; Alphabetic
1016 lb ; B2                               ; Break_Both
1017 lb ; BA                               ; Break_After
1018 lb ; BB                               ; Break_Before
1019 lb ; BK                               ; Mandatory_Break
1020 lb ; CB                               ; Contingent_Break
1021 lb ; CJ                               ; Conditional_Japanese_Starter
1022 lb ; CL                               ; Close_Punctuation
1023 lb ; CM                               ; Combining_Mark
1024 lb ; CP                               ; Close_Parenthesis
1025 lb ; CR                               ; Carriage_Return
1026 lb ; EB                               ; E_Base
1027 lb ; EM                               ; E_Modifier
1028 lb ; EX                               ; Exclamation
1029 lb ; GL                               ; Glue
1030 lb ; H2                               ; H2
1031 lb ; H3                               ; H3
1032 lb ; HL                               ; Hebrew_Letter
1033 lb ; HY                               ; Hyphen
1034 lb ; ID                               ; Ideographic
1035 lb ; IN                               ; Inseparable                      ; Inseperable
1036 lb ; IS                               ; Infix_Numeric
1037 lb ; JL                               ; JL
1038 lb ; JT                               ; JT
1039 lb ; JV                               ; JV
1040 lb ; LF                               ; Line_Feed
1041 lb ; NL                               ; Next_Line
1042 lb ; NS                               ; Nonstarter
1043 lb ; NU                               ; Numeric
1044 lb ; OP                               ; Open_Punctuation
1045 lb ; PO                               ; Postfix_Numeric
1046 lb ; PR                               ; Prefix_Numeric
1047 lb ; QU                               ; Quotation
1048 lb ; RI                               ; Regional_Indicator
1049 lb ; SA                               ; Complex_Context
1050 lb ; SG                               ; Surrogate
1051 lb ; SP                               ; Space
1052 lb ; SY                               ; Break_Symbols
1053 lb ; WJ                               ; Word_Joiner
1054 lb ; XX                               ; Unknown
1055 lb ; ZW                               ; ZWSpace
1056 lb ; ZWJ                              ; ZWJ
1057
1058 # Logical_Order_Exception (LOE)
1059
1060 LOE; N                                ; No                               ; F                                ; False
1061 LOE; Y                                ; Yes                              ; T                                ; True
1062
1063 # Lowercase (Lower)
1064
1065 Lower; N                              ; No                               ; F                                ; False
1066 Lower; Y                              ; Yes                              ; T                                ; True
1067
1068 # Lowercase_Mapping (lc)
1069
1070 # @missing: 0000..10FFFF; Lowercase_Mapping; <code point>
1071
1072 # Math (Math)
1073
1074 Math; N                               ; No                               ; F                                ; False
1075 Math; Y                               ; Yes                              ; T                                ; True
1076
1077 # NFC_Quick_Check (NFC_QC)
1078
1079 NFC_QC; M                             ; Maybe
1080 NFC_QC; N                             ; No
1081 NFC_QC; Y                             ; Yes
1082
1083 # NFD_Quick_Check (NFD_QC)
1084
1085 NFD_QC; N                             ; No
1086 NFD_QC; Y                             ; Yes
1087
1088 # NFKC_Casefold (NFKC_CF)
1089
1090 # @missing: 0000..10FFFF; NFKC_Casefold; <code point>
1091
1092 # NFKC_Quick_Check (NFKC_QC)
1093
1094 NFKC_QC; M                            ; Maybe
1095 NFKC_QC; N                            ; No
1096 NFKC_QC; Y                            ; Yes
1097
1098 # NFKD_Quick_Check (NFKD_QC)
1099
1100 NFKD_QC; N                            ; No
1101 NFKD_QC; Y                            ; Yes
1102
1103 # Name (na)
1104
1105 # @missing: 0000..10FFFF; Name; <none>
1106
1107 # Name_Alias (Name_Alias)
1108
1109 # @missing: 0000..10FFFF; Name_Alias; <none>
1110
1111 # Noncharacter_Code_Point (NChar)
1112
1113 NChar; N                              ; No                               ; F                                ; False
1114 NChar; Y                              ; Yes                              ; T                                ; True
1115
1116 # Numeric_Type (nt)
1117
1118 nt ; De                               ; Decimal
1119 nt ; Di                               ; Digit
1120 nt ; None                             ; None
1121 nt ; Nu                               ; Numeric
1122
1123 # Numeric_Value (nv)
1124
1125 # @missing: 0000..10FFFF; Numeric_Value; NaN
1126
1127 # Other_Alphabetic (OAlpha)
1128
1129 OAlpha; N                             ; No                               ; F                                ; False
1130 OAlpha; Y                             ; Yes                              ; T                                ; True
1131
1132 # Other_Default_Ignorable_Code_Point (ODI)
1133
1134 ODI; N                                ; No                               ; F                                ; False
1135 ODI; Y                                ; Yes                              ; T                                ; True
1136
1137 # Other_Grapheme_Extend (OGr_Ext)
1138
1139 OGr_Ext; N                            ; No                               ; F                                ; False
1140 OGr_Ext; Y                            ; Yes                              ; T                                ; True
1141
1142 # Other_ID_Continue (OIDC)
1143
1144 OIDC; N                               ; No                               ; F                                ; False
1145 OIDC; Y                               ; Yes                              ; T                                ; True
1146
1147 # Other_ID_Start (OIDS)
1148
1149 OIDS; N                               ; No                               ; F                                ; False
1150 OIDS; Y                               ; Yes                              ; T                                ; True
1151
1152 # Other_Lowercase (OLower)
1153
1154 OLower; N                             ; No                               ; F                                ; False
1155 OLower; Y                             ; Yes                              ; T                                ; True
1156
1157 # Other_Math (OMath)
1158
1159 OMath; N                              ; No                               ; F                                ; False
1160 OMath; Y                              ; Yes                              ; T                                ; True
1161
1162 # Other_Uppercase (OUpper)
1163
1164 OUpper; N                             ; No                               ; F                                ; False
1165 OUpper; Y                             ; Yes                              ; T                                ; True
1166
1167 # Pattern_Syntax (Pat_Syn)
1168
1169 Pat_Syn; N                            ; No                               ; F                                ; False
1170 Pat_Syn; Y                            ; Yes                              ; T                                ; True
1171
1172 # Pattern_White_Space (Pat_WS)
1173
1174 Pat_WS; N                             ; No                               ; F                                ; False
1175 Pat_WS; Y                             ; Yes                              ; T                                ; True
1176
1177 # Prepended_Concatenation_Mark (PCM)
1178
1179 PCM; N                                ; No                               ; F                                ; False
1180 PCM; Y                                ; Yes                              ; T                                ; True
1181
1182 # Quotation_Mark (QMark)
1183
1184 QMark; N                              ; No                               ; F                                ; False
1185 QMark; Y                              ; Yes                              ; T                                ; True
1186
1187 # Radical (Radical)
1188
1189 Radical; N                            ; No                               ; F                                ; False
1190 Radical; Y                            ; Yes                              ; T                                ; True
1191
1192 # Regional_Indicator (RI)
1193
1194 RI ; N                                ; No                               ; F                                ; False
1195 RI ; Y                                ; Yes                              ; T                                ; True
1196
1197 # Script (sc)
1198
1199 sc ; Adlm                             ; Adlam
1200 sc ; Aghb                             ; Caucasian_Albanian
1201 sc ; Ahom                             ; Ahom
1202 sc ; Arab                             ; Arabic
1203 sc ; Armi                             ; Imperial_Aramaic
1204 sc ; Armn                             ; Armenian
1205 sc ; Avst                             ; Avestan
1206 sc ; Bali                             ; Balinese
1207 sc ; Bamu                             ; Bamum
1208 sc ; Bass                             ; Bassa_Vah
1209 sc ; Batk                             ; Batak
1210 sc ; Beng                             ; Bengali
1211 sc ; Bhks                             ; Bhaiksuki
1212 sc ; Bopo                             ; Bopomofo
1213 sc ; Brah                             ; Brahmi
1214 sc ; Brai                             ; Braille
1215 sc ; Bugi                             ; Buginese
1216 sc ; Buhd                             ; Buhid
1217 sc ; Cakm                             ; Chakma
1218 sc ; Cans                             ; Canadian_Aboriginal
1219 sc ; Cari                             ; Carian
1220 sc ; Cham                             ; Cham
1221 sc ; Cher                             ; Cherokee
1222 sc ; Copt                             ; Coptic                           ; Qaac
1223 sc ; Cprt                             ; Cypriot
1224 sc ; Cyrl                             ; Cyrillic
1225 sc ; Deva                             ; Devanagari
1226 sc ; Dogr                             ; Dogra
1227 sc ; Dsrt                             ; Deseret
1228 sc ; Dupl                             ; Duployan
1229 sc ; Egyp                             ; Egyptian_Hieroglyphs
1230 sc ; Elba                             ; Elbasan
1231 sc ; Elym                             ; Elymaic
1232 sc ; Ethi                             ; Ethiopic
1233 sc ; Geor                             ; Georgian
1234 sc ; Glag                             ; Glagolitic
1235 sc ; Gong                             ; Gunjala_Gondi
1236 sc ; Gonm                             ; Masaram_Gondi
1237 sc ; Goth                             ; Gothic
1238 sc ; Gran                             ; Grantha
1239 sc ; Grek                             ; Greek
1240 sc ; Gujr                             ; Gujarati
1241 sc ; Guru                             ; Gurmukhi
1242 sc ; Hang                             ; Hangul
1243 sc ; Hani                             ; Han
1244 sc ; Hano                             ; Hanunoo
1245 sc ; Hatr                             ; Hatran
1246 sc ; Hebr                             ; Hebrew
1247 sc ; Hira                             ; Hiragana
1248 sc ; Hluw                             ; Anatolian_Hieroglyphs
1249 sc ; Hmng                             ; Pahawh_Hmong
1250 sc ; Hmnp                             ; Nyiakeng_Puachue_Hmong
1251 sc ; Hrkt                             ; Katakana_Or_Hiragana
1252 sc ; Hung                             ; Old_Hungarian
1253 sc ; Ital                             ; Old_Italic
1254 sc ; Java                             ; Javanese
1255 sc ; Kali                             ; Kayah_Li
1256 sc ; Kana                             ; Katakana
1257 sc ; Khar                             ; Kharoshthi
1258 sc ; Khmr                             ; Khmer
1259 sc ; Khoj                             ; Khojki
1260 sc ; Knda                             ; Kannada
1261 sc ; Kthi                             ; Kaithi
1262 sc ; Lana                             ; Tai_Tham
1263 sc ; Laoo                             ; Lao
1264 sc ; Latn                             ; Latin
1265 sc ; Lepc                             ; Lepcha
1266 sc ; Limb                             ; Limbu
1267 sc ; Lina                             ; Linear_A
1268 sc ; Linb                             ; Linear_B
1269 sc ; Lisu                             ; Lisu
1270 sc ; Lyci                             ; Lycian
1271 sc ; Lydi                             ; Lydian
1272 sc ; Mahj                             ; Mahajani
1273 sc ; Maka                             ; Makasar
1274 sc ; Mand                             ; Mandaic
1275 sc ; Mani                             ; Manichaean
1276 sc ; Marc                             ; Marchen
1277 sc ; Medf                             ; Medefaidrin
1278 sc ; Mend                             ; Mende_Kikakui
1279 sc ; Merc                             ; Meroitic_Cursive
1280 sc ; Mero                             ; Meroitic_Hieroglyphs
1281 sc ; Mlym                             ; Malayalam
1282 sc ; Modi                             ; Modi
1283 sc ; Mong                             ; Mongolian
1284 sc ; Mroo                             ; Mro
1285 sc ; Mtei                             ; Meetei_Mayek
1286 sc ; Mult                             ; Multani
1287 sc ; Mymr                             ; Myanmar
1288 sc ; Nand                             ; Nandinagari
1289 sc ; Narb                             ; Old_North_Arabian
1290 sc ; Nbat                             ; Nabataean
1291 sc ; Newa                             ; Newa
1292 sc ; Nkoo                             ; Nko
1293 sc ; Nshu                             ; Nushu
1294 sc ; Ogam                             ; Ogham
1295 sc ; Olck                             ; Ol_Chiki
1296 sc ; Orkh                             ; Old_Turkic
1297 sc ; Orya                             ; Oriya
1298 sc ; Osge                             ; Osage
1299 sc ; Osma                             ; Osmanya
1300 sc ; Palm                             ; Palmyrene
1301 sc ; Pauc                             ; Pau_Cin_Hau
1302 sc ; Perm                             ; Old_Permic
1303 sc ; Phag                             ; Phags_Pa
1304 sc ; Phli                             ; Inscriptional_Pahlavi
1305 sc ; Phlp                             ; Psalter_Pahlavi
1306 sc ; Phnx                             ; Phoenician
1307 sc ; Plrd                             ; Miao
1308 sc ; Prti                             ; Inscriptional_Parthian
1309 sc ; Rjng                             ; Rejang
1310 sc ; Rohg                             ; Hanifi_Rohingya
1311 sc ; Runr                             ; Runic
1312 sc ; Samr                             ; Samaritan
1313 sc ; Sarb                             ; Old_South_Arabian
1314 sc ; Saur                             ; Saurashtra
1315 sc ; Sgnw                             ; SignWriting
1316 sc ; Shaw                             ; Shavian
1317 sc ; Shrd                             ; Sharada
1318 sc ; Sidd                             ; Siddham
1319 sc ; Sind                             ; Khudawadi
1320 sc ; Sinh                             ; Sinhala
1321 sc ; Sogd                             ; Sogdian
1322 sc ; Sogo                             ; Old_Sogdian
1323 sc ; Sora                             ; Sora_Sompeng
1324 sc ; Soyo                             ; Soyombo
1325 sc ; Sund                             ; Sundanese
1326 sc ; Sylo                             ; Syloti_Nagri
1327 sc ; Syrc                             ; Syriac
1328 sc ; Tagb                             ; Tagbanwa
1329 sc ; Takr                             ; Takri
1330 sc ; Tale                             ; Tai_Le
1331 sc ; Talu                             ; New_Tai_Lue
1332 sc ; Taml                             ; Tamil
1333 sc ; Tang                             ; Tangut
1334 sc ; Tavt                             ; Tai_Viet
1335 sc ; Telu                             ; Telugu
1336 sc ; Tfng                             ; Tifinagh
1337 sc ; Tglg                             ; Tagalog
1338 sc ; Thaa                             ; Thaana
1339 sc ; Thai                             ; Thai
1340 sc ; Tibt                             ; Tibetan
1341 sc ; Tirh                             ; Tirhuta
1342 sc ; Ugar                             ; Ugaritic
1343 sc ; Vaii                             ; Vai
1344 sc ; Wara                             ; Warang_Citi
1345 sc ; Wcho                             ; Wancho
1346 sc ; Xpeo                             ; Old_Persian
1347 sc ; Xsux                             ; Cuneiform
1348 sc ; Yiii                             ; Yi
1349 sc ; Zanb                             ; Zanabazar_Square
1350 sc ; Zinh                             ; Inherited                        ; Qaai
1351 sc ; Zyyy                             ; Common
1352 sc ; Zzzz                             ; Unknown
1353
1354 # Script_Extensions (scx)
1355
1356 # @missing: 0000..10FFFF; Script_Extensions; <script>
1357
1358 # Sentence_Break (SB)
1359
1360 SB ; AT                               ; ATerm
1361 SB ; CL                               ; Close
1362 SB ; CR                               ; CR
1363 SB ; EX                               ; Extend
1364 SB ; FO                               ; Format
1365 SB ; LE                               ; OLetter
1366 SB ; LF                               ; LF
1367 SB ; LO                               ; Lower
1368 SB ; NU                               ; Numeric
1369 SB ; SC                               ; SContinue
1370 SB ; SE                               ; Sep
1371 SB ; SP                               ; Sp
1372 SB ; ST                               ; STerm
1373 SB ; UP                               ; Upper
1374 SB ; XX                               ; Other
1375
1376 # Sentence_Terminal (STerm)
1377
1378 STerm; N                              ; No                               ; F                                ; False
1379 STerm; Y                              ; Yes                              ; T                                ; True
1380
1381 # Simple_Case_Folding (scf)
1382
1383 # @missing: 0000..10FFFF; Simple_Case_Folding; <code point>
1384
1385 # Simple_Lowercase_Mapping (slc)
1386
1387 # @missing: 0000..10FFFF; Simple_Lowercase_Mapping; <code point>
1388
1389 # Simple_Titlecase_Mapping (stc)
1390
1391 # @missing: 0000..10FFFF; Simple_Titlecase_Mapping; <code point>
1392
1393 # Simple_Uppercase_Mapping (suc)
1394
1395 # @missing: 0000..10FFFF; Simple_Uppercase_Mapping; <code point>
1396
1397 # Soft_Dotted (SD)
1398
1399 SD ; N                                ; No                               ; F                                ; False
1400 SD ; Y                                ; Yes                              ; T                                ; True
1401
1402 # Terminal_Punctuation (Term)
1403
1404 Term; N                               ; No                               ; F                                ; False
1405 Term; Y                               ; Yes                              ; T                                ; True
1406
1407 # Titlecase_Mapping (tc)
1408
1409 # @missing: 0000..10FFFF; Titlecase_Mapping; <code point>
1410
1411 # Unicode_1_Name (na1)
1412
1413 # @missing: 0000..10FFFF; Unicode_1_Name; <none>
1414
1415 # Unified_Ideograph (UIdeo)
1416
1417 UIdeo; N                              ; No                               ; F                                ; False
1418 UIdeo; Y                              ; Yes                              ; T                                ; True
1419
1420 # Uppercase (Upper)
1421
1422 Upper; N                              ; No                               ; F                                ; False
1423 Upper; Y                              ; Yes                              ; T                                ; True
1424
1425 # Uppercase_Mapping (uc)
1426
1427 # @missing: 0000..10FFFF; Uppercase_Mapping; <code point>
1428
1429 # Variation_Selector (VS)
1430
1431 VS ; N                                ; No                               ; F                                ; False
1432 VS ; Y                                ; Yes                              ; T                                ; True
1433
1434 # Vertical_Orientation (vo)
1435
1436 vo ; R                                ; Rotated
1437 vo ; Tr                               ; Transformed_Rotated
1438 vo ; Tu                               ; Transformed_Upright
1439 vo ; U                                ; Upright
1440
1441 # White_Space (WSpace)
1442
1443 WSpace; N                             ; No                               ; F                                ; False
1444 WSpace; Y                             ; Yes                              ; T                                ; True
1445
1446 # Word_Break (WB)
1447
1448 WB ; CR                               ; CR
1449 WB ; DQ                               ; Double_Quote
1450 WB ; EB                               ; E_Base
1451 WB ; EBG                              ; E_Base_GAZ
1452 WB ; EM                               ; E_Modifier
1453 WB ; EX                               ; ExtendNumLet
1454 WB ; Extend                           ; Extend
1455 WB ; FO                               ; Format
1456 WB ; GAZ                              ; Glue_After_Zwj
1457 WB ; HL                               ; Hebrew_Letter
1458 WB ; KA                               ; Katakana
1459 WB ; LE                               ; ALetter
1460 WB ; LF                               ; LF
1461 WB ; MB                               ; MidNumLet
1462 WB ; ML                               ; MidLetter
1463 WB ; MN                               ; MidNum
1464 WB ; NL                               ; Newline
1465 WB ; NU                               ; Numeric
1466 WB ; RI                               ; Regional_Indicator
1467 WB ; SQ                               ; Single_Quote
1468 WB ; WSegSpace                        ; WSegSpace
1469 WB ; XX                               ; Other
1470 WB ; ZWJ                              ; ZWJ
1471
1472 # XID_Continue (XIDC)
1473
1474 XIDC; N                               ; No                               ; F                                ; False
1475 XIDC; Y                               ; Yes                              ; T                                ; True
1476
1477 # XID_Start (XIDS)
1478
1479 XIDS; N                               ; No                               ; F                                ; False
1480 XIDS; Y                               ; Yes                              ; T                                ; True
1481
1482 # cjkAccountingNumeric (cjkAccountingNumeric)
1483
1484 # @missing: 0000..10FFFF; cjkAccountingNumeric; NaN
1485
1486 # cjkCompatibilityVariant (cjkCompatibilityVariant)
1487
1488 # @missing: 0000..10FFFF; cjkCompatibilityVariant; <code point>
1489
1490 # cjkIICore (cjkIICore)
1491
1492 # @missing: 0000..10FFFF; cjkIICore; <none>
1493
1494 # cjkIRG_GSource (cjkIRG_GSource)
1495
1496 # @missing: 0000..10FFFF; cjkIRG_GSource; <none>
1497
1498 # cjkIRG_HSource (cjkIRG_HSource)
1499
1500 # @missing: 0000..10FFFF; cjkIRG_HSource; <none>
1501
1502 # cjkIRG_JSource (cjkIRG_JSource)
1503
1504 # @missing: 0000..10FFFF; cjkIRG_JSource; <none>
1505
1506 # cjkIRG_KPSource (cjkIRG_KPSource)
1507
1508 # @missing: 0000..10FFFF; cjkIRG_KPSource; <none>
1509
1510 # cjkIRG_KSource (cjkIRG_KSource)
1511
1512 # @missing: 0000..10FFFF; cjkIRG_KSource; <none>
1513
1514 # cjkIRG_MSource (cjkIRG_MSource)
1515
1516 # @missing: 0000..10FFFF; cjkIRG_MSource; <none>
1517
1518 # cjkIRG_TSource (cjkIRG_TSource)
1519
1520 # @missing: 0000..10FFFF; cjkIRG_TSource; <none>
1521
1522 # cjkIRG_USource (cjkIRG_USource)
1523
1524 # @missing: 0000..10FFFF; cjkIRG_USource; <none>
1525
1526 # cjkIRG_VSource (cjkIRG_VSource)
1527
1528 # @missing: 0000..10FFFF; cjkIRG_VSource; <none>
1529
1530 # cjkOtherNumeric (cjkOtherNumeric)
1531
1532 # @missing: 0000..10FFFF; cjkOtherNumeric; NaN
1533
1534 # cjkPrimaryNumeric (cjkPrimaryNumeric)
1535
1536 # @missing: 0000..10FFFF; cjkPrimaryNumeric; NaN
1537
1538 # cjkRSUnicode (cjkRSUnicode)
1539
1540 # @missing: 0000..10FFFF; cjkRSUnicode; <none>
1541
1542 # EOF