File: quot.sed

package info (click to toggle)
accerciser 3.38.0-1~bpo10%2B1
  • links: PTS, VCS
  • area: main
  • in suites: buster-backports
  • size: 9,732 kB
  • sloc: python: 8,359; sh: 4,476; makefile: 228; xml: 94; sed: 16
file content (6 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (3940)
1
2
3
4
5
6
s/"\([^"]*\)"/“\1”/g
s/`\([^`']*\)'/‘\1’/g
s/ '\([^`']*\)' / ‘\1’ /g
s/ '\([^`']*\)'$/ ‘\1’/g
s/^'\([^`']*\)' /‘\1’ /g
s/“”/""/g