1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-05-31 22:18:03 +02:00
gnupg/include
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
..
_regex.h Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
ChangeLog-2011 Generate the ChangeLog from commit logs. 2011-12-01 11:09:02 +01:00
cipher.h Require libgcrypt 1.5 2011-03-08 12:23:59 +01:00
host2net.h Changed to GPLv3. 2007-07-04 19:49:40 +00:00
Makefile.am Generate the ChangeLog from commit logs. 2011-12-01 11:09:02 +01:00
types.h Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
zlib-riscos.h Changed to GPLv3. 2007-07-04 19:49:40 +00:00