mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-06 16:56:40 +08:00
Added in both visual and logical order since Wikipedia says: > Hebrew text encoded using code page 862 was usually stored in visual > order; nevertheless, a few DOS applications, notably a word processor > named EinsteinWriter, stored Hebrew in logical order. I am not using the nsHebrewProber wrapper (nameProber) for this new support, because I am really unsure this is of any use. Our statistical code based on letter and sequence usage should be more than enough to detect both variants of Hebrew encoding already, and my testing show that so far (with pretty outstanding score on actual Hebrew tests while all the other probers return bad scores). This will have to be studied a bit more later and maybe the whole nsHebrewProber might be deleted, even for Windows-1255 charset. I'm also cleaning a bit nsSBCSGroupProber::nsSBCSGroupProber() code by incrementing a single index, instead of maintaining the indexes by hand (otherwise each time we add probers in the middle, to keep them logically gathered by languages, we have to manually increment dozens of following probers). |
||
|---|---|---|
| .. | ||
| LangArabicModel.log | ||
| LangCroatianModel.log | ||
| LangCzechModel.log | ||
| LangDanishModel.log | ||
| LangEnglishModel.log | ||
| LangEsperantoModel.log | ||
| LangEstonianModel.log | ||
| LangFinnishModel.log | ||
| LangFrenchModel.log | ||
| LangGermanModel.log | ||
| LangGreekModel.log | ||
| LangHebrewModel.log | ||
| LangHindiModel.log | ||
| LangHungarianModel.log | ||
| LangIrishModel.log | ||
| LangItalianModel.log | ||
| LangKoreanModel.log | ||
| LangLatvianModel.log | ||
| LangLithuanianModel.log | ||
| LangMalteseModel.log | ||
| LangNorwegianModel.log | ||
| LangPolishModel.log | ||
| LangPortugueseModel.log | ||
| LangRomanianModel.log | ||
| LangSlovakModel.log | ||
| LangSloveneModel.log | ||
| LangSpanishModel.log | ||
| LangSwedishModel.log | ||
| LangThaiModel.log | ||
| LangTurkishModel.log | ||
| LangVietnameseModel.log | ||