Audacious  $Id:Doxyfile42802007-03-2104:39:00Znenolod$
Functions
chardet.c File Reference
#include <glib.h>
#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 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)

Function Documentation

static char * cd_chardet_to_utf8 ( const char *  str,
int  len,
int arg_bytes_read,
int arg_bytes_written 
)
static

Definition at line 96 of file chardet.c.

Referenced by cd_str_to_utf8(), and chardet_init().

static char* cd_str_to_utf8 ( const char *  str)
static

Definition at line 50 of file chardet.c.

Referenced by chardet_init().

void chardet_init ( void  )

Definition at line 207 of file chardet.c.

Referenced by init_two().

static char* str_to_utf8_fallback ( const char *  str)
static

Definition at line 37 of file chardet.c.

Referenced by cd_str_to_utf8().