mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +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
|
@ -1,3 +1,7 @@
|
|||
Tue Mar 2 16:44:57 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
||||
|
||||
* strgutil.c (get_native_charset): New.
|
||||
|
||||
Fri Feb 26 17:55:41 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
||||
|
||||
* secmem.c (memblock_struct): Force align (Rémi Guyomarch)
|
||||
|
|
|
@ -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