gnupg/gl
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
..
m4 Preparing a test release 2008-02-15 09:58:01 +00:00
Makefile.am First batch of changes to support W32CE. 2010-02-26 18:44:36 +00:00
alloca_.h Changed to GPLv3. 2007-07-04 19:49:40 +00:00
allocsa.c Changed to GPLv3. 2007-07-04 19:49:40 +00:00
allocsa.h Preparing a test release 2008-02-15 09:58:01 +00:00
allocsa.valgrind Add stuff from gnulib. 2005-06-01 15:48:03 +00:00
mkdtemp.c Whole lot of changes to support CE. 2010-04-14 11:24:02 +00:00
mkdtemp.h Changed to GPLv3. 2007-07-04 19:49:40 +00:00
setenv.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
setenv.h Changed to GPLv3. 2007-07-04 19:49:40 +00:00
size_max.h Changed to GPLv3. 2007-07-04 19:49:40 +00:00
stdint_.h gl: Add support for Android to stdint.h replacement. 2012-01-27 17:41:16 +01:00
strpbrk.c Changed to GPLv3. 2007-07-04 19:49:40 +00:00
strpbrk.h Changed to GPLv3. 2007-07-04 19:49:40 +00:00
unsetenv.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
xsize.h Changed to GPLv3. 2007-07-04 19:49:40 +00:00