#include <string.h>
#include <libaudcore/audstrings.h>
#include "audconfig.h"
#include "chardet.h"
#include "config.h"
#include "i18n.h"
#include "main.h"
#include "debug.h"
Go to the source code of this file.
Functions | |
gchar * | cd_str_to_utf8 (const gchar *str) |
gchar * | cd_chardet_to_utf8 (const gchar *str, gssize len, gsize *arg_bytes_read, gsize *arg_bytes_write, GError **error) |
void | chardet_init (void) |
gchar* cd_chardet_to_utf8 | ( | const gchar * | str, | |
gssize | len, | |||
gsize * | arg_bytes_read, | |||
gsize * | arg_bytes_write, | |||
GError ** | error | |||
) |
Definition at line 82 of file chardet.c.
Referenced by cd_str_to_utf8().