From 20bb42bfe79acde270c645ab9fcb788c53934345 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 2 Mar 1999 15:48:37 +0000 Subject: See ChangeLog: Tue Mar 2 16:44:57 CET 1999 Werner Koch --- util/strgutil.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'util/strgutil.c') diff --git a/util/strgutil.c b/util/strgutil.c index cbedcf39e..79b93318f 100644 --- a/util/strgutil.c +++ b/util/strgutil.c @@ -244,6 +244,12 @@ set_native_charset( const char *newset ) return 0; } +const char* +get_native_charset() +{ + return use_koi8? "koi8-r" : "iso-8859-1"; +} + /**************** * Convert string, which is in native encoding to UTF8 and return the * new allocated UTF8 string. -- cgit v1.2.3