enc Demo

Description

This sample converts the character code.

Required Environment

A little-endian environment is required to convert between UTF-8 <=> UTF-16LE; a big-endian environment is required to convert between UTF-8 <=> UTF-16BE.

How to Use

None.

Notes

Execution Procedure

When the demo is executed, the following log is displayed in debug output.

* UTF8 str -> UTF16 str *
* UTF16 str -> UTF8 str *
*** End of demo ***

There is no shutdown procedure. Stop execution in a timely manner.

Revision History

2011/09/06
Initial version.

CONFIDENTIAL