Jehan a167bd5e42 BuildLangModel: lowercase only when resulting char has a composed form.
I had the case with the Turkish dotted 'İ' that lowercasing it with
Python algorithm returned me a decomposed character that it was not able
to recompose. Therefore ord() raised a TypeError because the string
length was 2.
2015-12-04 01:30:21 +01:00
..
BuildLangModelLogs LangModels: adding German models for ISO-8859-1 and Windows-1252. 2015-12-03 23:58:41 +01:00
charsets Adding French Windows-1252 support. 2015-12-03 21:22:30 +01:00
langs LangModels: adding German models for ISO-8859-1 and Windows-1252. 2015-12-03 23:58:41 +01:00
BuildLangModel.py BuildLangModel: lowercase only when resulting char has a composed form. 2015-12-04 01:30:21 +01:00
debug.sh Add authors. 2011-07-13 20:16:23 +08:00
header-template.cpp BuildLangModel: add the licensing header to generated files. 2015-11-29 02:26:33 +01:00
release.sh Add authors. 2011-07-13 20:16:23 +08:00
win32.sh Add authors. 2011-07-13 20:16:23 +08:00