summaryrefslogtreecommitdiffstats
path: root/src/rcciconv.c
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF addressSuren A. Chilingaryan2012-11-111-1/+1
|
* Windows fixes and CMake scripts to build under WindowsSuren A. Chilingaryan2010-07-161-1/+5
|
* Relincensed under LGPLSuren A. Chilingaryan2009-06-121-8/+8
|
* Provide GPL disclaimers with all sourcesSuren A. Chilingaryan2008-12-151-1/+20
| | | | | - Add GPL disclaimers to all sources - Suppress gcc-4.2 warnings
* FreeBSD fixesSuren A. Chilingaryan2007-05-091-1/+1
| | | | | | | | | - 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
* 64bit fixesSuren A. Chilingaryan2005-12-311-2/+2
| | | | | + Fixed segmentation on 64 bit systems + SPEC file usable in both 32 and 64 bit environments
* - 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.
* Language autodetectionSuren A. Chilingaryan2005-08-021-0/+5
| | | | | | | | - 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-1/+22
| | | | | - Language Translation using libtranslate is implemented - Autoengine sets current charset (option)
* API ImprovementsSuren A. Chilingaryan2005-07-181-6/+6
| | | | | | | | | | | | | | - Removed 'rlen' return parameters there not necessary for multibyte encodings - Two versions of recode functions: rccRecode -> rccRecode, rccSizedRecode - Class Types: CONST, SKIP_SAVELOAD - New recode functions: rccToCharset, rccFromCharset - More new recode functions: rccRecodeToCharset, rccRecodeFromCharset, rccRecodeCharsets - New function: rccGetCompiledConfiguration - All warnings are fixed - Perform "File Name" search only if there are non ISO8859-1 chars in the name. - Do not copy invalid characters, - skip them. - Fixed error in rccRecode with 'Recoding Cache' switched On. - Strip leading and trailing spaces in rccDB4 get/set
* IConv and DB4Suren A. Chilingaryan2005-07-141-45/+3
|
* Language and Option NamesSuren A. Chilingaryan2005-07-121-0/+66
|
* Recode FS FixesSuren A. Chilingaryan2005-07-061-5/+5
|
* Recoding FixesSuren A. Chilingaryan2005-07-051-1/+3
|
* 04.07.2005Suren A. Chilingaryan2005-07-041-0/+72