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.

Objective Systems, Inc.

102 Pickering Way, Suite #506
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