File: quot.sed

package info (click to toggle)
libgpg-error 1.59-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,744 kB
  • sloc: ansic: 29,735; sh: 5,638; makefile: 493; awk: 333; lisp: 138; sed: 53
file content (6 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (4182)
1
2
3
4
5
6
s/"\([^"]*\)"/“\1”/g
s/`\([^`']*\)'/‘\1’/g
s/ '\([^`']*\)' / ‘\1’ /g
s/ '\([^`']*\)'$/ ‘\1’/g
s/^'\([^`']*\)' /‘\1’ /g
s/“”/""/g