mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00: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
|