Previous Contents Index Next |
Setup Util Programmer's Guide |
Chapter 27 Utf8.h Library Reference
This chapter describes utf8.h, the library containing utilities for converting between UTF-8 and local encoding. It contains the following section:
Methods
Converts from UTF-8 encoding to local encoding.
NSAPI_EXTERN char * UTF8ToLocal(const char *utf8);
Converts from local encoding to UTF-8.
NSAPI_EXTERN char * localToUTF8(const char *src);
Determines if a source string contains characters that are not part of the 128 character ASCII set.
NSAPI_EXTERN int isAsciiBuffer(const char *src);
Previous Contents Index Next
Copyright (C) 2005 Red Hat, Inc. All rights reserved.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/
Last Updated September 21, 2001