diff options
author | Werner Koch <[email protected]> | 2007-05-04 09:22:18 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-05-04 09:22:18 +0000 |
commit | 3c351d0232d39e8496bd6a06abf0640896352aea (patch) | |
tree | afafa3eea6f93b7e78ec302749d097c3448a371f /jnlib/utf8conv.h | |
parent | * packet.h, mainproc.c (reset_literals_seen): New function to reset (diff) | |
download | gnupg-3c351d0232d39e8496bd6a06abf0640896352aea.tar.gz gnupg-3c351d0232d39e8496bd6a06abf0640896352aea.zip |
UTF-8 Fixes
Diffstat (limited to '')
-rw-r--r-- | jnlib/utf8conv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jnlib/utf8conv.h b/jnlib/utf8conv.h index f0eb4ec0f..9e1ce9530 100644 --- a/jnlib/utf8conv.h +++ b/jnlib/utf8conv.h @@ -24,6 +24,7 @@ int set_native_charset (const char *newset); const char *get_native_charset (void); +int is_native_utf8 (void); char *native_to_utf8 (const char *string); char *utf8_to_native (const char *string, size_t length, int delim); |