diff options
author | Werner Koch <wk@gnupg.org> | 2007-10-19 17:58:38 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-10-19 17:58:38 +0200 |
commit | c12ce55b25685738bc1668df7b7bde87c4ba023c (patch) | |
tree | a863f6912c1d113edc361ee47d69e3135fe703b0 /common/i18n.h | |
parent | Enhanced gpg-conect-agent scripting. (diff) | |
download | gnupg2-c12ce55b25685738bc1668df7b7bde87c4ba023c.tar.xz gnupg2-c12ce55b25685738bc1668df7b7bde87c4ba023c.zip |
Factored utf8 switching code out to i18n.c.
Diffstat (limited to 'common/i18n.h')
-rw-r--r-- | common/i18n.h | 3 |
1 files changed, 3 insertions, 0 deletions
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*/ |