summaryrefslogblamecommitdiff
path: root/include/u8c.php
blob: 9b04dd0b86bbe6539c5e5e813264c024d975fb7e (plain) (tree)
1
2
3
4
5
6
7
                                     




                                                                             
                                             











                                                                    
                                                                    




                                                                                               
<?php add_heading("u8c", "about"); ?>

<section>
	<p><em>u8c</em> is a library for handling Unicode sequences in C.</p>
</section>

<?php add_heading("Features", "features"); ?>

<section>
	<p><em>u8c</em> supports the following facilities:</p>
	<br>
	<ul>
		<li>
			<p>Encoding and decoding <em>UTF-8</em></p>
		</li>
		<li>
			<p>Encoding and decoding <em>UTF-16</em></p>
		</li>
		<li>
			<p>Manipulating <em>UTF-32</em> strings.</p>
		</li>
	</ul>
	<br>
	<p>Note that <em>UTF-32</em> is used as an intermediate format between conversions.</p>
</section>