diff options
author | Werner Koch <wk@gnupg.org> | 1999-05-22 22:54:54 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1999-05-22 22:54:54 +0200 |
commit | 9131432b4d17af907b9a235985864f1e88f571ff (patch) | |
tree | 64a60b3115ee1bfcba806c4b07919c6819e0c702 /util/strgutil.c | |
parent | See ChangeLog: Thu May 20 14:04:08 CEST 1999 Werner Koch (diff) | |
download | gnupg2-9131432b4d17af907b9a235985864f1e88f571ff.tar.xz gnupg2-9131432b4d17af907b9a235985864f1e88f571ff.zip |
See ChangeLog: Sat May 22 22:47:26 CEST 1999 Werner Koch
Diffstat (limited to '')
-rw-r--r-- | util/strgutil.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/strgutil.c b/util/strgutil.c index ab0d2234a..11291766b 100644 --- a/util/strgutil.c +++ b/util/strgutil.c @@ -47,6 +47,7 @@ static ushort koi82unicode[128] = { 0x042c,0x042b,0x0417,0x0428,0x042d,0x0429,0x0427,0x042a }; +#if 0 static ushort latin2_unicode[128] = { 0x0080,0x0081,0x0082,0x0083,0x0084,0x0085,0x0086,0x0087, 0x0088,0x0089,0x008A,0x008B,0x008C,0x008D,0x008E,0x008F, @@ -65,7 +66,7 @@ static ushort latin2_unicode[128] = { 0x0111,0x0144,0x0148,0x00F3,0x00F4,0x0151,0x00F6,0x00F7, 0x0159,0x016F,0x00FA,0x0171,0x00FC,0x00FD,0x0163,0x02D9 }; - +#endif void |