TOC PREV NEXT INDEX


UTF-8 String Functions


The UTF-8 string functions handle string operations on UTF-8 encoded strings. This is the default character string data type used for encoded XML data. UTF-8 strings are represented in C as strings of unsigned characters (bytes) to cover the full range of possible single character encodings.
This group of functions encompasses functions for doing conversions to and from UTF-8 to Unicode as well as standard string manipuation functions such as exist in the C standard string library.
For a complete list and full description of all of the UTF-8 string functions, see the XBinder C/C++ Runtime Reference Manual.

Copyright © Objective Systems 2002-2008
This document may be distributed in any form, electronic or otherwise, provided that it is distributed in its entirety and that the copyright and this notice are included.

Objective Systems, Inc.

55 Dowlin Forge Road
Exton, Pennsylvania 19341
http://www.obj-sys.com
Phone: (484) 875-9841
Toll-free: (877) 307-6855 (US only)
Fax: (484) 875-9830
info@obj-sys.com

TOC PREV NEXT INDEX