mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-29 06:09:04 +08:00
a301f9a5c7
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@418 d0cd1f9f-072b-0410-8dd7-cf729c803f20
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
|