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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Header File Index</title>
<link rel="STYLESHEET" type="TEXT/CSS" href="style.css">
</head>
<body bgcolor="#fffff8">
<table class="INVTABLE" width="100%">
<tbody>
<tr>
<td class="NOBORDER" width="40"><img src="info.gif" border="0"
height="32" width="32"> </td>
<td class="TITLE">TiConv Library API</td>
</tr>
</tbody>
</table>
<hr>
<p>The ticonv library provide a complete API (Application Programming
Interface) which makes use of TI charsets easy and transparent. <br>
<br>
Functions and data types are grouped in different topics, depending on
their purpose. Click on a topic for the description of all functions
and
data types defined in this topic.<br>
</p>
<p>Note: functions suffixed with _s (like <span
style="font-style: italic;">ticonv_charset_utf16_to_ti_s</span>) are
static version (of <span style="font-style: italic;">ticonv_charset_utf16_to_ti</span>).<br>
</p>
<p><span
style="text-decoration: underline; font-style: italic; font-weight: bold;">Important
note:</span> the library uses UTF-16 natively but some functions allow
use of UTF-8. For more information, take a look at <<a
href="http://www.unicode.org/charts">http://www.unicode.org/charts</a>>
and <<a href="http://www.czyborra.com/utf">http://www.czyborra.com/utf</a>><br>
</p>
<p>==========[ List of entries ]==========<br>
</p>
<b></b>
<h3> <a href="index.html">Return to the main index</a> </h3>
</body>
</html>
|