Functions

chardet.c File Reference

#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)

Function Documentation

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().

gchar* cd_str_to_utf8 ( const gchar *  str  ) 

Definition at line 35 of file chardet.c.

void chardet_init ( void   ) 

Definition at line 182 of file chardet.c.

Referenced by main().