diff options
Diffstat (limited to 'libelf-po/quot.sed')
-rw-r--r-- | libelf-po/quot.sed | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libelf-po/quot.sed b/libelf-po/quot.sed new file mode 100644 index 00000000..0122c463 --- /dev/null +++ b/libelf-po/quot.sed @@ -0,0 +1,6 @@ +s/"\([^"]*\)"/“\1”/g +s/`\([^`']*\)'/‘\1’/g +s/ '\([^`']*\)' / ‘\1’ /g +s/ '\([^`']*\)'$/ ‘\1’/g +s/^'\([^`']*\)' /‘\1’ /g +s/“”/""/g |