blob: c0ded80272f6f68ad292107a58f06a3cd6995a65 (
plain) (
blame)
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
|
<?php addHeading("u8c", "about"); ?>
<section>
<p><em>u8c</em> is a library for handling Unicode sequences in C.</p>
</section>
<?php addHeading("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>Manipulation of <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>
|