Go to the source code of this file.
Functions | |
| EXTERN_C_BEGIN LIBGIFT_EXPORT bool | gi_iconv_init (void) |
| LIBGIFT_EXPORT void | gi_iconv_finish (void) |
| LIBGIFT_EXPORT char * | gi_locale_to_utf8 (const char *locale_str) |
| LIBGIFT_EXPORT char * | gi_utf8_to_locale (const char *utf8_str) |
|
|
Closes conversion descriptors. |
|
|
Initializes iconv conversion descriptors.
|
|
|
Converts a string from the locale charset to utf8.
|
|
|
Converts a string from utf8 to the locale charset.
|
1.3.7