diff options
Diffstat (limited to 'include/u8c.php')
-rw-r--r-- | include/u8c.php | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/include/u8c.php b/include/u8c.php new file mode 100644 index 0000000..c0ded80 --- /dev/null +++ b/include/u8c.php @@ -0,0 +1,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> |