tesseract/src/api
Stefan Weil 3292484f67 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>
2018-06-08 17:40:10 +02:00
..
apitypes.h Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
baseapi.cpp Test for correct locale settings 2018-06-08 17:40:10 +02:00
baseapi.h Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>). 2018-05-20 00:52:04 +03:00
capi.cpp Fixed a typo in progres monitor C API 2018-06-01 19:42:28 +02:00
capi.h Fixed a typo in progres monitor C API 2018-06-01 19:42:28 +02:00
Makefile.am Partial fix for autotools configuration after source tree reorganisation 2018-04-25 21:33:28 +02:00
pdfrenderer.cpp Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
renderer.cpp Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
renderer.h Added downward compatibility for older APIs 2018-05-08 17:22:06 +02:00
tess_version.h.in Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
tesseractmain.cpp tesseractmain: Allow combinations of the different help options 2018-06-02 09:03:56 +02:00