Audacious
$Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
#include <glib.h>
#include <string.h>
#include <libaudcore/audstrings.h>
#include "debug.h"
#include "i18n.h"
#include "main.h"
#include "misc.h"
Go to the source code of this file.
Functions | |
static char * | cd_chardet_to_utf8 (const char *str, int len, int *arg_bytes_read, int *arg_bytes_written) |
static char * | str_to_utf8_fallback (const char *str) |
static char * | cd_str_to_utf8 (const char *str) |
void | chardet_init (void) |
|
static |
Definition at line 95 of file chardet.c.
Referenced by cd_str_to_utf8(), and chardet_init().
|
static |
Definition at line 49 of file chardet.c.
Referenced by chardet_init().
void chardet_init | ( | void | ) |
Definition at line 206 of file chardet.c.
Referenced by init_two().
|
static |
Definition at line 36 of file chardet.c.
Referenced by cd_str_to_utf8().