mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 23:45:43 +01: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
|