summaryrefslogtreecommitdiffstats
path: root/src/rcctranslate.c
Commit message (Collapse)AuthorAgeFilesLines
* DB4 & Postponed processingSuren A. Chilingaryan2007-04-141-0/+4
| | | | | | | | | | - New DB4 database type - Postponed processing in external module + User may allow external module to finish required processing before termination. This could be useful for translation services while using console applications (if network connection is slow, the external will never finish translation before program termination) - SKIP_PARRENT options are renamed to SKIP_PARENT
* MultithreadingSuren A. Chilingaryan2005-08-031-1/+0
| | | | | | | - 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'
* Language Fixes and ImprovementsSuren A. Chilingaryan2005-08-031-23/+110
| | | | | | | - rccmutex - Language autodetection fixes and improvements - Language translation fixes and improvements - The current state is near to be usable
* Language autodetectionSuren A. Chilingaryan2005-08-021-3/+7
| | | | | | | | - rccConfigRecode function's are added - Language autodetection using aspell is added - Translation in 3 modes: "To English Language", "Skip English Translation", "Full" - Example2 to demonstrate translation possibilities
* TranslationSuren A. Chilingaryan2005-07-291-0/+151
- Language Translation using libtranslate is implemented - Autoengine sets current charset (option)