Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Unicode property lists per Unicode v11 #1218

Merged
merged 1 commit into from
Sep 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -30145,7 +30145,7 @@ <h1>Runtime Semantics: UnicodeMatchPropertyValue ( _p_, _v_ )</h1>
</emu-alg>
<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>
<emu-note>
<p>For example, `Xpeo` and `Old_Persian` are valid `Script_Extension` values, but `xpeo` and `Old Persian` aren't.</p>
<p>For example, `Xpeo` and `Old_Persian` are valid `Script_Extensions` values, but `xpeo` and `Old Persian` aren't.</p>
</emu-note>
<emu-note>
<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>
Expand Down
4 changes: 4 additions & 0 deletions table-binary-unicode-properties.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@
<td>`Emoji_Presentation`</td>
<td><a href="https://unicode.org/reports/tr51/#Emoji_Properties">`Emoji_Presentation`</a></td>
</tr>
<tr>
<td>`Extended_Pictographic`</td>
<td><a href="https://unicode.org/reports/tr51/#Emoji_Properties">`Extended_Pictographic`</a></td>
</tr>
<tr>
<td>
<ul>
Expand Down
63 changes: 63 additions & 0 deletions table-unicode-script-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,15 @@
</td>
<td>`Devanagari`</td>
</tr>
<tr>
<td>
<ul>
<li>`Dogra`</li>
<li>`Dogr`</li>
</ul>
</td>
<td>`Dogra`</td>
</tr>
<tr>
<td>
<ul>
Expand Down Expand Up @@ -368,6 +377,15 @@
</td>
<td>`Gujarati`</td>
</tr>
<tr>
<td>
<ul>
<li>`Gunjala_Gondi`</li>
<li>`Gong`</li>
</ul>
</td>
<td>`Gunjala_Gondi`</td>
</tr>
<tr>
<td>
<ul>
Expand Down Expand Up @@ -395,6 +413,15 @@
</td>
<td>`Hangul`</td>
</tr>
<tr>
<td>
<ul>
<li>`Hanifi_Rohingya`</li>
<li>`Rohg`</li>
</ul>
</td>
<td>`Hanifi_Rohingya`</td>
</tr>
<tr>
<td>
<ul>
Expand Down Expand Up @@ -639,6 +666,15 @@
</td>
<td>`Mahajani`</td>
</tr>
<tr>
<td>
<ul>
<li>`Makasar`</li>
<li>`Maka`</li>
</ul>
</td>
<td>`Makasar`</td>
</tr>
<tr>
<td>
<ul>
Expand Down Expand Up @@ -675,6 +711,15 @@
</td>
<td>`Marchen`</td>
</tr>
<tr>
<td>
<ul>
<li>`Medefaidrin`</li>
<li>`Medf`</li>
</ul>
</td>
<td>`Medefaidrin`</td>
</tr>
<tr>
<td>
<ul>
Expand Down Expand Up @@ -882,6 +927,15 @@
</td>
<td>`Old_Persian`</td>
</tr>
<tr>
<td>
<ul>
<li>`Old_Sogdian`</li>
<li>`Sogo`</li>
</ul>
</td>
<td>`Old_Sogdian`</td>
</tr>
<tr>
<td>
<ul>
Expand Down Expand Up @@ -1062,6 +1116,15 @@
</td>
<td>`Sinhala`</td>
</tr>
<tr>
<td>
<ul>
<li>`Sogdian`</li>
<li>`Sogd`</li>
</ul>
</td>
<td>`Sogdian`</td>
</tr>
<tr>
<td>
<ul>
Expand Down