diff options
author | Werner Koch <wk@gnupg.org> | 1999-01-24 18:16:40 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1999-01-24 18:16:40 +0100 |
commit | a16e15282a0d75b4843f009a49fe1a20de9b7980 (patch) | |
tree | 86ec101fa56b80f4f3c93a69acfda0be92a84a52 /PROJECTS | |
parent | See ChangeLog: Thu Jan 21 06:22:10 CET 1999 Werner Koch (diff) | |
download | gnupg2-a16e15282a0d75b4843f009a49fe1a20de9b7980.tar.xz gnupg2-a16e15282a0d75b4843f009a49fe1a20de9b7980.zip |
See ChangeLog: Sun Jan 24 18:16:26 CET 1999 Werner Koch
Diffstat (limited to 'PROJECTS')
-rw-r--r-- | PROJECTS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -47,3 +47,8 @@ * Keep a list of duplicate, faked or unwanted keyids. + * use regular C strings for the user ids; this can be done because + OpenPGP requires them to be UTF-8 and we can replace a Null by + an UTF-8 character (which one?) + + |