2003-08-23 20:59:31 +08:00
|
|
|
/*****************************************************************************
|
|
|
|
* charset.h: Determine a canonical name for the current locale's character encoding.
|
|
|
|
*****************************************************************************
|
|
|
|
* Copyright (C) 2003 VideoLAN
|
2004-02-22 07:15:52 +08:00
|
|
|
* $Id: charset.h,v 1.3 2004/02/21 23:15:52 gbazin Exp $
|
2003-08-23 20:59:31 +08:00
|
|
|
*
|
|
|
|
* Author: Derk-Jan Hartman <thedj at users.sourceforge.net>
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
|
|
* (at your option) any later version.
|
2004-01-26 02:17:08 +08:00
|
|
|
*
|
2003-08-23 20:59:31 +08:00
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with this program; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
|
|
|
|
*****************************************************************************/
|
|
|
|
|
2004-02-22 07:15:52 +08:00
|
|
|
# ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
# endif
|
|
|
|
|
2003-08-23 20:59:31 +08:00
|
|
|
VLC_EXPORT( vlc_bool_t, vlc_current_charset, ( char ** ) );
|
2004-02-22 07:15:52 +08:00
|
|
|
|
|
|
|
# ifdef __cplusplus
|
|
|
|
}
|
|
|
|
# endif
|