1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
4<head>
5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6    <meta http-equiv="Content-Style-Type" content="text/css" />
7    <link rel="stylesheet" href="../../css/manpage.css" type="text/css" />
8</head>
9<body>
10
11<h1>enc Demo</h1>
12
13<h2>Description</h2>
14
15<div class="section">
16    <p>This sample converts the character code.</p>
17</div>
18
19<h2>Required Environment</h2>
20
21<div class="section">
22    <p>A little-endian environment is required to convert between UTF-8 &lt;=&gt; UTF-16LE; a big-endian environment is required to convert between UTF-8 &lt;=&gt; UTF-16BE.</p>
23</div>
24
25<h2>How to Use</h2>
26
27<div class="section">
28    <p>None.</p>
29</div>
30
31<h2>Notes</h2>
32
33<div class="section">
34    <ul>
35        <li>This demo does not display anything on the screen. The logs are all displayed in debug output.<BR> Therefore, operations under a release build cannot be confirmed.</li>
36    </ul></div>
37
38<h2>Execution Procedure</h2>
39
40<div class="section">
41<p>When the demo is executed, the following log is displayed in debug output.</p>
42    <pre class="code">* UTF8 str -> UTF16 str *
43* UTF16 str -> UTF8 str *
44*** End of demo ***</pre>
45    <p>There is no shutdown procedure. Stop execution in a timely manner.</p>
46</div>
47
48<h2>Revision History</h2>
49
50<div class="section">
51    <dl class="history">
52        <dt>2011/09/06</dt>
53        <dd>Initial version.</dd>
54    </dl>
55</div>
56
57
58<hr><p>CONFIDENTIAL</p></body>
59</html>