Skip to content

Commit 691173a

Browse files
mathiasbynensljharb
authored andcommitted
Normative: Update Unicode property lists per Unicode v11 (tc39#1218)
https://unicode.org/versions/Unicode11.0.0/
1 parent 44e8058 commit 691173a

File tree

3 files changed

+68
-1
lines changed

3 files changed

+68
-1
lines changed

spec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30145,7 +30145,7 @@ <h1>Runtime Semantics: UnicodeMatchPropertyValue ( _p_, _v_ )</h1>
3014530145
</emu-alg>
3014630146
<p>Implementations must support the Unicode property value names and aliases listed in <emu-xref href="#table-unicode-general-category-values"></emu-xref> and <emu-xref href="#table-unicode-script-values"></emu-xref>. To ensure interoperability, implementations must not support any other property value names or aliases.</p>
3014730147
<emu-note>
30148-
<p>For example, `Xpeo` and `Old_Persian` are valid `Script_Extension` values, but `xpeo` and `Old Persian` aren't.</p>
30148+
<p>For example, `Xpeo` and `Old_Persian` are valid `Script_Extensions` values, but `xpeo` and `Old Persian` aren't.</p>
3014930149
</emu-note>
3015030150
<emu-note>
3015130151
<p>This algorithm differs from <a href="https://unicode.org/reports/tr44/#Matching_Symbolic">the matching rules for symbolic values listed in UAX44</a>: case, <emu-xref href="#sec-white-space">white space</emu-xref>, U+002D (HYPHEN-MINUS), and U+005F (LOW LINE) are not ignored, and the `Is` prefix is not supported.</p>

table-binary-unicode-properties.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,10 @@
173173
<td>`Emoji_Presentation`</td>
174174
<td><a href="https://unicode.org/reports/tr51/#Emoji_Properties">`Emoji_Presentation`</a></td>
175175
</tr>
176+
<tr>
177+
<td>`Extended_Pictographic`</td>
178+
<td><a href="https://unicode.org/reports/tr51/#Emoji_Properties">`Extended_Pictographic`</a></td>
179+
</tr>
176180
<tr>
177181
<td>
178182
<ul>

table-unicode-script-values.html

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,15 @@
278278
</td>
279279
<td>`Devanagari`</td>
280280
</tr>
281+
<tr>
282+
<td>
283+
<ul>
284+
<li>`Dogra`</li>
285+
<li>`Dogr`</li>
286+
</ul>
287+
</td>
288+
<td>`Dogra`</td>
289+
</tr>
281290
<tr>
282291
<td>
283292
<ul>
@@ -368,6 +377,15 @@
368377
</td>
369378
<td>`Gujarati`</td>
370379
</tr>
380+
<tr>
381+
<td>
382+
<ul>
383+
<li>`Gunjala_Gondi`</li>
384+
<li>`Gong`</li>
385+
</ul>
386+
</td>
387+
<td>`Gunjala_Gondi`</td>
388+
</tr>
371389
<tr>
372390
<td>
373391
<ul>
@@ -395,6 +413,15 @@
395413
</td>
396414
<td>`Hangul`</td>
397415
</tr>
416+
<tr>
417+
<td>
418+
<ul>
419+
<li>`Hanifi_Rohingya`</li>
420+
<li>`Rohg`</li>
421+
</ul>
422+
</td>
423+
<td>`Hanifi_Rohingya`</td>
424+
</tr>
398425
<tr>
399426
<td>
400427
<ul>
@@ -639,6 +666,15 @@
639666
</td>
640667
<td>`Mahajani`</td>
641668
</tr>
669+
<tr>
670+
<td>
671+
<ul>
672+
<li>`Makasar`</li>
673+
<li>`Maka`</li>
674+
</ul>
675+
</td>
676+
<td>`Makasar`</td>
677+
</tr>
642678
<tr>
643679
<td>
644680
<ul>
@@ -675,6 +711,15 @@
675711
</td>
676712
<td>`Marchen`</td>
677713
</tr>
714+
<tr>
715+
<td>
716+
<ul>
717+
<li>`Medefaidrin`</li>
718+
<li>`Medf`</li>
719+
</ul>
720+
</td>
721+
<td>`Medefaidrin`</td>
722+
</tr>
678723
<tr>
679724
<td>
680725
<ul>
@@ -882,6 +927,15 @@
882927
</td>
883928
<td>`Old_Persian`</td>
884929
</tr>
930+
<tr>
931+
<td>
932+
<ul>
933+
<li>`Old_Sogdian`</li>
934+
<li>`Sogo`</li>
935+
</ul>
936+
</td>
937+
<td>`Old_Sogdian`</td>
938+
</tr>
885939
<tr>
886940
<td>
887941
<ul>
@@ -1062,6 +1116,15 @@
10621116
</td>
10631117
<td>`Sinhala`</td>
10641118
</tr>
1119+
<tr>
1120+
<td>
1121+
<ul>
1122+
<li>`Sogdian`</li>
1123+
<li>`Sogd`</li>
1124+
</ul>
1125+
</td>
1126+
<td>`Sogdian`</td>
1127+
</tr>
10651128
<tr>
10661129
<td>
10671130
<ul>

0 commit comments

Comments
 (0)