mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-27 09:21:59 -06:00
11 lines
217 B
Sed
11 lines
217 B
Sed
|
s/"\([^"]*\)"/“\1”/g
|
|||
|
s/`\([^`']*\)'/‘\1’/g
|
|||
|
s/ '\([^`']*\)' / ‘\1’ /g
|
|||
|
s/ '\([^`']*\)'$/ ‘\1’/g
|
|||
|
s/^'\([^`']*\)' /‘\1’ /g
|
|||
|
s/“”/""/g
|
|||
|
s/“/“[1m/g
|
|||
|
s/”/[0m”/g
|
|||
|
s/‘/‘[1m/g
|
|||
|
s/’/[0m’/g
|