Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix e-mail in copyright statement | Suren A. Chilingaryan | 2018-04-11 | 1 | -1/+1 |
| | |||||
* | Update FSF address | Suren A. Chilingaryan | 2012-11-11 | 1 | -1/+1 |
| | |||||
* | Relincensed under LGPL | Suren A. Chilingaryan | 2009-06-12 | 1 | -8/+8 |
| | |||||
* | Provide GPL disclaimers with all sources | Suren A. Chilingaryan | 2008-12-15 | 1 | -0/+19 |
| | | | | | - Add GPL disclaimers to all sources - Suppress gcc-4.2 warnings | ||||
* | - Russian autoengine is renamed to LibRCD | Suren A. Chilingaryan | 2005-08-07 | 1 | -3/+44 |
| | | | | | | | | | | | | - 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 | -0/+169 |
- 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' |