-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathtable-nonbinary-unicode-properties.html
More file actions
32 lines (32 loc) · 1.01 KB
/
table-nonbinary-unicode-properties.html
File metadata and controls
32 lines (32 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<emu-table id="table-nonbinary-unicode-properties">
<emu-caption>Non-binary Unicode property aliases and their canonical <emu-not-ref>property names</emu-not-ref></emu-caption>
<table class="real-table unicode-property-table">
<thead>
<tr>
<th><emu-not-ref>Property name and aliases</emu-not-ref></th>
<th><emu-not-ref>Canonical property name</emu-not-ref></th>
</tr>
</thead>
<tr>
<td>`General_Category`</td>
<td rowspan="2"><a href="https://unicode.org/reports/tr18/#General_Category_Property">`General_Category`</a></td>
</tr>
<tr>
<td>`gc`</td>
</tr>
<tr>
<td>`Script`</td>
<td rowspan="2"><a href="https://unicode.org/reports/tr24/#Script">`Script`</a></td>
</tr>
<tr>
<td>`sc`</td>
</tr>
<tr>
<td>`Script_Extensions`</td>
<td rowspan="2"><a href="https://unicode.org/reports/tr24/#Script_Extensions">`Script_Extensions`</a></td>
</tr>
<tr>
<td>`scx`</td>
</tr>
</table>
</emu-table>