mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
7 lines
153 B
Sed
7 lines
153 B
Sed
s/"\([^"]*\)"/“\1”/g
|
||
s/`\([^`']*\)'/‘\1’/g
|
||
s/ '\([^`']*\)' / ‘\1’ /g
|
||
s/ '\([^`']*\)'$/ ‘\1’/g
|
||
s/^'\([^`']*\)' /‘\1’ /g
|
||
s/“”/""/g
|