gnupg/keyserver
Werner Koch 096e7457ec Change all quotes in strings and comments to the new GNU standard.
The asymmetric quotes used by GNU in the past (`...') don't render
nicely on modern systems.  We now use two \x27 characters ('...').

The proper solution would be to use the correct Unicode symmetric
quotes here.  However this has the disadvantage that the system
requires Unicode support.  We don't want that today.  If Unicode is
available a generated po file can be used to output proper quotes.  A
simple sed script like the one used for en@quote is sufficient to
change them.

The changes have been done by applying

  sed -i "s/\`\([^'\`]*\)'/'\1'/g"

to most files and fixing obvious problems by hand.  The msgid strings in
the po files were fixed with a similar command.
2012-06-05 19:29:22 +02:00
..
ChangeLog-2011 Generate the ChangeLog from commit logs. 2011-12-01 11:09:02 +01:00
Makefile.am Generate the ChangeLog from commit logs. 2011-12-01 11:09:02 +01:00
curl-shim.c Avoid caches to get the most recent copy of the key. This is bug #1061 2009-05-28 16:20:49 +00:00
curl-shim.h Avoid caches to get the most recent copy of the key. This is bug #1061 2009-05-28 16:20:49 +00:00
gpg2keys_mailto.in * gpgkeys_mailto.in: Set 'mail-from' as a keyserver-option, rather 2009-05-05 03:29:56 +00:00
gpg2keys_test.in Changed to GPLv3. 2007-07-04 19:49:40 +00:00
gpgkeys_curl.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
gpgkeys_finger.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
gpgkeys_hkp.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
gpgkeys_kdns.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
gpgkeys_ldap.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
ksutil.c ./autogen.sh --build-w32ce does now succeed. 2010-04-14 14:39:16 +00:00
ksutil.h W32 related keyserver fixes. 2008-04-21 19:13:36 +00:00
no-libgcrypt.c Minor cleanups. 2008-04-07 19:31:12 +00:00