blob: 9b04dd0b86bbe6539c5e5e813264c024d975fb7e (
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 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>
|