From c12ce55b25685738bc1668df7b7bde87c4ba023c Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 19 Oct 2007 15:58:38 +0000 Subject: Factored utf8 switching code out to i18n.c. --- common/i18n.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/i18n.h') diff --git a/common/i18n.h b/common/i18n.h index b692feaa7..7405f9a55 100644 --- a/common/i18n.h +++ b/common/i18n.h @@ -39,6 +39,9 @@ #endif /*!USE_SIMPLE_GETTEXT*/ void i18n_init (void); +char *i18n_switchto_utf8 (void); +void i18n_switchback (char *saved_codeset); +const char *i18n_utf8 (const char *string); #endif /*GNUPG_COMMON_I18N_H*/ -- cgit v1.2.3