diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2004-03-27 12:59:45 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2004-03-27 12:59:45 +0000 |
commit | 535d0d6a76675ce39fb52977a948eef0922a964b (patch) | |
tree | 00cd1e31a58908c30d60b1f4472e5a40a4fc985c /src/xine-utils/xineutils.h | |
parent | fce47bed538b68593085b841b329d64b65e913cd (diff) | |
download | xine-lib-535d0d6a76675ce39fb52977a948eef0922a964b.tar.gz xine-lib-535d0d6a76675ce39fb52977a948eef0922a964b.tar.bz2 |
"+y"+p code from xine-ui for guessing locale codeset (default encoding for OSD).
CVS patchset: 6309
CVS date: 2004/03/27 12:59:45
Diffstat (limited to 'src/xine-utils/xineutils.h')
-rw-r--r-- | src/xine-utils/xineutils.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/xine-utils/xineutils.h b/src/xine-utils/xineutils.h index dbd1365ba..f78312e28 100644 --- a/src/xine-utils/xineutils.h +++ b/src/xine-utils/xineutils.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xineutils.h,v 1.81 2004/03/18 16:50:00 komadori Exp $ + * $Id: xineutils.h,v 1.82 2004/03/27 12:59:46 valtri Exp $ * */ #ifndef XINEUTILS_H @@ -1084,8 +1084,13 @@ void xine_list_insert_content (xine_list_t *l, void *content); */ void xine_list_delete_current (xine_list_t *l); +/** + * get encoding of current locale + */ +char *xine_get_system_encoding(); + #ifndef HAVE_BASENAME -/* +/** * get base name */ char *basename (char const *name); |