Go to the documentation of this file.
20 #ifndef TESSERACT_CCUTIL_UNICHAR_H__
21 #define TESSERACT_CCUTIL_UNICHAR_H__
28 #define UNICHAR_LEN 30
34 static const int INVALID_UNICHAR_ID = -1;
36 static const char INVALID_UNICHAR[] =
"__INVALID_UNICHAR__";
93 #endif // TESSERACT_CCUTIL_UNICHAR_H__