mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-01 05:37:48 +08:00
3292484f67
Normal C++ programs like those which are built for tesseract automatically set the locale "C". There can be different locale settings if the tesseract library is used in other software. A wrong locale can cause wrong results from sscanf which is used at different places in the tesseract code, so make sure that we have the right locale settings and fail if that is not the case. Signed-off-by: Stefan Weil <sw@weilnetz.de> |
||
---|---|---|
.. | ||
apitypes.h | ||
baseapi.cpp | ||
baseapi.h | ||
capi.cpp | ||
capi.h | ||
Makefile.am | ||
pdfrenderer.cpp | ||
renderer.cpp | ||
renderer.h | ||
tess_version.h.in | ||
tesseractmain.cpp |