• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3<title>oscl_utf8conv.h File Reference</title>
4<link href="doxygen.css" rel="stylesheet" type="text/css">
5</head><body>
6<!-- Generated by Doxygen 1.2.18 -->
7<center>
8<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="modules.html">Modules</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Data Structures</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Data Fields</a> &nbsp; <a class="qindex" href="globals.html">Globals</a> &nbsp; </center>
9<hr><h1>oscl_utf8conv.h File Reference</h1>Utilities to convert unicode to utf8 and vice versa.
10<a href="#_details">More...</a>
11<p>
12<code>#include "<a class="el" href="oscl__base_8h-source.html">oscl_base.h</a>"</code><br>
13
14<p>
15<a href="oscl__utf8conv_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
16<tr><td></td></tr>
17<tr><td colspan=2><br><h2>Functions</h2></td></tr>
18<tr><td nowrap align=right valign=top>OSCL_IMPORT_REF int32&nbsp;</td><td valign=bottom><a class="el" href="group__osclutil.html#a44">oscl_UTF8ToUnicode</a> (const char *input, int32 inLength, <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *output, int32 outLength)</td></tr>
19<tr><td>&nbsp;</td><td><font size=-1><em>Convert UTF8 byte sequence to Unicode string.</em> <a href="group__osclutil.html#a44"></a><em></em></font><br><br></td></tr>
20<tr><td nowrap align=right valign=top>OSCL_IMPORT_REF int32&nbsp;</td><td valign=bottom><a class="el" href="group__osclutil.html#a45">oscl_UnicodeToUTF8</a> (const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *input, int32 inLength, char *output, int32 outLength)</td></tr>
21<tr><td>&nbsp;</td><td><font size=-1><em>Convert Unicode string to UTF8 byte sequence.</em> <a href="group__osclutil.html#a45"></a><em></em></font><br><br></td></tr>
22</table>
23<hr><a name="_details"></a><h2>Detailed Description</h2>
24Utilities to convert unicode to utf8 and vice versa.
25<p>
26
27<p>
28<hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small>
29<address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small>
30</small></address>
31</body>
32</html>
33