Audacious
$Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
#include <string.h>
#include <libaudcore/audstrings.h>
#include "audconfig.h"
#include "config.h"
#include "i18n.h"
#include "debug.h"
Go to the source code of this file.
Functions | |
static gchar * | cd_chardet_to_utf8 (const gchar *str, gssize len, gsize *arg_bytes_read, gsize *arg_bytes_write, GError **error) |
static gchar * | str_to_utf8_fallback (const gchar *str) |
static gchar * | cd_str_to_utf8 (const gchar *str) |
void | chardet_init (void) |
static gchar * cd_chardet_to_utf8 | ( | const gchar * | str, |
gssize | len, | ||
gsize * | arg_bytes_read, | ||
gsize * | arg_bytes_write, | ||
GError ** | error | ||
) | [static] |
Definition at line 94 of file chardet.c.
Referenced by cd_str_to_utf8(), and chardet_init().
static gchar* cd_str_to_utf8 | ( | const gchar * | str | ) | [static] |
Definition at line 48 of file chardet.c.
Referenced by chardet_init().
void chardet_init | ( | void | ) |
Definition at line 193 of file chardet.c.
Referenced by init_one().
static gchar* str_to_utf8_fallback | ( | const gchar * | str | ) | [static] |
Definition at line 35 of file chardet.c.
Referenced by cd_str_to_utf8().