diff options
Diffstat (limited to 'html/u8c.html')
-rw-r--r-- | html/u8c.html | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/html/u8c.html b/html/u8c.html index 44c8a07..b653409 100644 --- a/html/u8c.html +++ b/html/u8c.html @@ -4,7 +4,7 @@ <meta charset="UTF-8"> <meta name="author" content="Gabriel Bjørnager Jensen"> <meta name="darkreader-lock"> - <meta name="description" content="About the u8c library."> + <meta name="description" content="u8c is a library for handling Unicode sequences in C."> <meta name="keywords" content="achernar, u8c, unicode, utf-16, utf-32, utf-8, utf16, utf32, utf8"> <meta name="viewport" content="width=device-width, initial-scale=1"> @@ -30,6 +30,26 @@ <p><em>u8c</em> is a library for handling Unicode sequences in C.</p> </section> + <h1 id ="anchor.features">features</h1> + + <section class="fullWidth"> + <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> + <!--#include virtual="/include/footer.shtml"--> </div> </body> |