提交 58ade5fc 编写于 作者: T theraysmith

Fixed an error in setting char properties

git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@120 d0cd1f9f-072b-0410-8dd7-cf729c803f20
上级 6f27137f
......@@ -72,7 +72,7 @@ void set_properties(UNICHARSET *unicharset, const char* const c_string) {
unicharset->set_isalpha(id, 1);
if (iswlower(wc))
unicharset->set_islower(id, 1);
if (iswlower(wc))
if (iswupper(wc))
unicharset->set_isupper(id, 1);
}
if (iswdigit(wc))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册