diff options
author | Werner Koch <wk@gnupg.org> | 2003-10-25 18:27:24 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2003-10-25 18:27:24 +0200 |
commit | b6e60beb2402347d30d8ec4a9a6c5f69d2789e90 (patch) | |
tree | bb661662ac423113d6b5a855d640bf39cf46fe85 /po/quot.sed | |
parent | (gpgkeys_hkp_LDADD): Replaced INTLLIBS by LIBINTL. (diff) | |
download | gnupg2-b6e60beb2402347d30d8ec4a9a6c5f69d2789e90.tar.xz gnupg2-b6e60beb2402347d30d8ec4a9a6c5f69d2789e90.zip |
New.
Diffstat (limited to 'po/quot.sed')
-rw-r--r-- | po/quot.sed | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/po/quot.sed b/po/quot.sed new file mode 100644 index 000000000..0122c4631 --- /dev/null +++ b/po/quot.sed @@ -0,0 +1,6 @@ +s/"\([^"]*\)"/“\1”/g +s/`\([^`']*\)'/‘\1’/g +s/ '\([^`']*\)' / ‘\1’ /g +s/ '\([^`']*\)'$/ ‘\1’/g +s/^'\([^`']*\)' /‘\1’ /g +s/“”/""/g |