mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
UTF-8 Fixes
This commit is contained in:
parent
3bcccb1666
commit
3c351d0232
7 changed files with 62 additions and 16 deletions
|
@ -256,6 +256,13 @@ get_native_charset ()
|
|||
return active_charset_name;
|
||||
}
|
||||
|
||||
/* Return true if the native charset is utf-8. */
|
||||
int
|
||||
is_native_utf8 (void)
|
||||
{
|
||||
return no_translation;
|
||||
}
|
||||
|
||||
|
||||
/* Convert string, which is in native encoding to UTF8 and return a
|
||||
new allocated UTF-8 string. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue