Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor spelling fixes | Hugh McMaster | 2022-08-08 | 1 | -2/+2 |
| | |||||
* | - Russian autoengine is renamed to LibRCD | Suren A. Chilingaryan | 2005-08-07 | 1 | -2/+2 |
| | | | | | | | | | | | | - Fix Learning with Language Autodetection switched on - Attempt to perform rccFS with Language Autodetection switched off, if failed with default behaviour. - Systematization of translation engine: + Rearangement of the translation modes: OFF, TO_ENGLISH, SKIP_RELATED, SKIP_PARRENT, FULL. + New class types: TRANSLATE_LOCALE, TRANSLATE_CURRENT, TRANSLATE_FROM. - Detect "Unicode" locales for foreign languages - "out" class is assumed to be TRANSLATE_LOCALE - Respect RCC_CLASS_KNOWN - Check for Latin UTF-8 prior to running any charset detection engine. | ||||
* | Language AutoDetection Improvements | Suren A. Chilingaryan | 2005-08-05 | 1 | -5/+18 |
| | | | | | | | | | | | | | | | | | - Fix: Loading/Saving range options. - Fix: Language AutoDetection. Using locale language instead of selected one. - Support for range options in GTK UI. - Option to control recoding timeout is provided. - LibRCC.h is updated (Translate, Spell, IConv). - Documentation is updated. - Add 'rcc-config' alias to 'rcc-gtk2-config' in spec. - Implemented concept of parrent languages + The concept is used in language autodetection. The string in considered language is permited to have words from all it's parrent languages. + English is assumed to be parrent for all other languages by default. + Russian is parrent language for Ukrainian and Belorussian. - No translation to english if translation between related (one of the languages is parrent for another one) languages is failed. | ||||
* | Example | Suren A. Chilingaryan | 2005-07-14 | 1 | -0/+94 |
| | |||||
* | IConv and DB4 | Suren A. Chilingaryan | 2005-07-14 | 1 | -0/+55 |