blob: 824cbdf98ae6dcf6bf93af71bd0dc8e18a77b24a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<style>
.padtable td, .padtable th { padding-right: 10px; }
</style>
<table class="codetable padtable">
<tr>
<th> </th>
<th>Composing</th>
<th>Decomposing</th>
</tr>
<tr>
<th>Canonical equivalence</th>
<td>NFC</td>
<td>NFD</td>
</tr>
<tr>
<th>Compatibility equivalence</th>
<td>NFKC</td>
<td>NFKD</td>
</tr>
</table>
|