mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Tue Mar 2 16:44:57 CET 1999 Werner Koch
This commit is contained in:
parent
c27c7416d5
commit
20bb42bfe7
12 changed files with 103 additions and 102 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue