mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-24 10:33:35 +08:00
a04eba3f88
Fixed up support for using the internal intl library.
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
|