Permalink
Please sign in to comment.
Browse files
Test for correct locale settings
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>
- Loading branch information...
0 comments on commit
3292484