|
SDL
2.0
|
#include <iconv.h>
Include dependency graph for geniconv.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | iconv_open libiconv_open |
| #define | iconv libiconv |
| #define | iconv_close libiconv_close |
| #define | iconv_clean libiconv_clean |
Functions | |
| void | libiconv_clean (void) |
| iconv_t | libiconv_open (const char *tocode, const char *fromcode) |
| int | libiconv_close (iconv_t cd) |
| size_t | libiconv (iconv_t cd, char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) |
| int | StrUTF8 (int fToUTF8, char *pcDst, int cbDst, char *pcSrc, int cbSrc) |
| char * | StrUTF8New (int fToUTF8, char *pcStr, int cbStr) |
| void | StrUTF8Free (char *pszStr) |
| #define iconv libiconv |
Definition at line 41 of file geniconv.h.
| #define iconv_clean libiconv_clean |
Definition at line 48 of file geniconv.h.
| #define iconv_close libiconv_close |
Definition at line 46 of file geniconv.h.
| #define iconv_open libiconv_open |
Definition at line 36 of file geniconv.h.
| size_t libiconv | ( | iconv_t | cd, |
| char ** | inbuf, | ||
| size_t * | inbytesleft, | ||
| char ** | outbuf, | ||
| size_t * | outbytesleft | ||
| ) |
Definition at line 128 of file geniconv.c.
References fn_iconv, fn_iconv_close, fn_iconv_open, hmIconv, and NULL.
Definition at line 152 of file geniconv.c.
References fn_iconv_close.
| iconv_t libiconv_open | ( | const char * | tocode, |
| const char * | fromcode | ||
| ) |
Definition at line 25 of file sys2utf8.c.
References iconv(), iconv_close(), and iconv_open().
Referenced by main(), and StrUTF8New().
| void StrUTF8Free | ( | char * | pszStr | ) |
Definition at line 102 of file sys2utf8.c.
References free.
Definition at line 83 of file sys2utf8.c.
References free, malloc, NULL, and StrUTF8().
Referenced by main().