summaryrefslogtreecommitdiffstats
path: root/examples/rcc.xml
Commit message (Collapse)AuthorAgeFilesLines
* FixesSuren A. Chilingaryan2007-06-281-0/+12
| | | | | - Suppress messages in LibGUESS engine - Swedish language is added to sample configuration
* Fast fixSuren A. Chilingaryan2007-06-271-2/+32
| | | | | - Estonian language is "et", not "es" - More western languages in configuration
* Engines reworkSuren A. Chilingaryan2007-06-271-0/+296
| | | | | | | | | | | | | | | - LibGuess support for far east language autodetection - Support for LibRCD 0.1.9 supporting ISO-8859-1 strings - Fixing wrong encodings names returned by Enca - Engine plugins naming scheme is altered - New API functions: rccEngineGetInfo, rccEngineGetAutoCharsetByName - Most of languages are no more hardcoded, but moved to the configuration - RCD engine is added to Belarusian language (I hope it should work) - Some encoding names are fixed in configuration - Support for external libiconv - Support for libcharset - Find UI interface language from LC_MESSAGES locale - Simple compilation fix (Thanx to D. Panov)
* FreeBSD fixesSuren A. Chilingaryan2007-05-091-9/+0
| | | | | | | | | - Autoconf: try to locate libraries in /usr/local - Autoconf: Help FreeBSD to locate BerkeleyDB - Autoconf: Search for dlopen in libc library - Autoconf: Support of --disable-bdb option is added to configure script - Fixed compilation with missing dlopen functionality - Suppress various warnings
* - Russian autoengine is renamed to LibRCDSuren A. Chilingaryan2005-08-071-0/+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.
* MultithreadingSuren A. Chilingaryan2005-08-031-0/+18
| | | | | | | - 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'
* IConv and DB4Suren A. Chilingaryan2005-07-141-8/+0
|
* Language and Option NamesSuren A. Chilingaryan2005-07-121-11/+21
|
* Save / LoadSuren A. Chilingaryan2005-07-051-0/+12