#include <string.h>
#include <libaudcore/audstrings.h>
#include "config.h"
#include "debug.h"
#include "i18n.h"
#include "main.h"
#include "misc.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 95 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 49 of file chardet.c.
Referenced by chardet_init().
void chardet_init | ( | void | ) |
Definition at line 194 of file chardet.c.
Referenced by init_two().
static gchar* str_to_utf8_fallback | ( | const gchar * | str | ) | [static] |
Definition at line 36 of file chardet.c.
Referenced by cd_str_to_utf8().