diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-01-22 02:06:08 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-01-22 02:06:08 +0300 |
commit | c5201fbac5f759893a3a224ea92ab01a2c4d2532 (patch) | |
tree | 15d64c0ec37669c8a0c763fc8b3e59ab72c7a1c5 /gnulib/po/quot.sed | |
parent | 8af904ddaad2ca50a81c42aaeb7e66ec2be63107 (diff) | |
download | util-linux-old-c5201fbac5f759893a3a224ea92ab01a2c4d2532.tar.gz |
Include gnulib sources
Diffstat (limited to 'gnulib/po/quot.sed')
-rw-r--r-- | gnulib/po/quot.sed | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnulib/po/quot.sed b/gnulib/po/quot.sed new file mode 100644 index 00000000..0122c463 --- /dev/null +++ b/gnulib/po/quot.sed @@ -0,0 +1,6 @@ +s/"\([^"]*\)"/“\1”/g +s/`\([^`']*\)'/‘\1’/g +s/ '\([^`']*\)' / ‘\1’ /g +s/ '\([^`']*\)'$/ ‘\1’/g +s/^'\([^`']*\)' /‘\1’ /g +s/“”/""/g |