github.com/spotify/syslog-redirector-golang@v0.0.0-20140320174030-4859f03d829a/blog/content/normalization/table1.html (about)

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