File: quot.sed

package info (click to toggle)
libmsiecf 20170116-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 11,468 kB
  • ctags: 4,768
  • sloc: ansic: 159,493; sh: 5,662; makefile: 1,287; python: 311; sed: 16
file content (6 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (3910)
1
2
3
4
5
6
s/"\([^"]*\)"/“\1”/g
s/`\([^`']*\)'/‘\1’/g
s/ '\([^`']*\)' / ‘\1’ /g
s/ '\([^`']*\)'$/ ‘\1’/g
s/^'\([^`']*\)' /‘\1’ /g
s/“”/""/g