mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-18 11:28:51 +08: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
|