Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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. | ||||
* | Multithreading | Suren A. Chilingaryan | 2005-08-03 | 1 | -1/+4 |
| | | | | | | | - Multithreaded access to recoding functions using same context - Engine plugin to select between UTF-8 and ISO8859-1 for Western European Languages - Fix: 'rccTo' converting FS classes - FS class support in 'rccConfigSizedToCharset' | ||||
* | Fixes | Suren A. Chilingaryan | 2005-07-24 | 1 | -1/+1 |
| | | | | | | | - Dummy UI plugin - GTK2 UI plugin - Fixed typo: 'const rcc_string' -> 'rcc_const_string' - Fix: Disable BDB recoding in case if recoding switched off | ||||
* | Engine Plugins | Suren A. Chilingaryan | 2005-07-13 | 1 | -0/+11 |