#include "system.h"
#include <langinfo.h>
#include <iconv.h>
#include "debug.h"
Go to the source code of this file.
Functions | |
const char * | xstrtolocale (const char *str) |
Force encoding of string. | |
Variables | |
static char * | locale_encoding = NULL |
static int | locale_encoding_is_utf8 |
Definition in file strtolocale.c.
|
Definition at line 10 of file strtolocale.c. Referenced by xstrtolocale(). |
|
Definition at line 11 of file strtolocale.c. Referenced by xstrtolocale(). |