blob: 824cbdf98ae6dcf6bf93af71bd0dc8e18a77b24a [file] [log] [blame]
<style>
.padtable td, .padtable th { padding-right: 10px; }
</style>
<table class="codetable padtable">
<tr>
<th>&nbsp;</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>