X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fcharset.h;h=39d0994b93d7cc56246cdfbc5b41478fe402263c;hb=400c890f082caabafc17500c6d6b6701d584216a;hp=614d3fd32fcde45b034f86502ec64dd88691bf01;hpb=fe087a38282e93addb25fa9598393e40ea233b09;p=vlc diff --git a/include/charset.h b/include/charset.h index 614d3fd32f..39d0994b93 100644 --- a/include/charset.h +++ b/include/charset.h @@ -1,7 +1,7 @@ /***************************************************************************** * charset.h: Determine a canonical name for the current locale's character encoding. ***************************************************************************** - * Copyright (C) 2003 the VideoLAN team + * Copyright (C) 2003-2005 the VideoLAN team * $Id$ * * Author: Derk-Jan Hartman @@ -26,6 +26,12 @@ extern "C" { # endif VLC_EXPORT( vlc_bool_t, vlc_current_charset, ( char ** ) ); +VLC_EXPORT( void, LocaleFree, ( const char * ) ); +VLC_EXPORT( char *, FromLocale, ( const char * ) ); +VLC_EXPORT( char *, ToLocale, ( const char * ) ); +VLC_EXPORT( char *, EnsureUTF8, ( char * ) ); +VLC_EXPORT( char *, __vlc_fix_readdir_charset, ( vlc_object_t *, const char * ) ); +#define vlc_fix_readdir_charset(a,b) __vlc_fix_readdir_charset(VLC_OBJECT(a),b) # ifdef __cplusplus }