mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 08:21:05 -06: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
|