summaryrefslogtreecommitdiffstats
path: root/examples/example2.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix e-mail in copyright statementSuren A. Chilingaryan2018-04-111-1/+1
|
* Fix complaining in exampleSuren A. Chilingaryan2013-11-141-2/+5
|
* Comment out unused variables to prevent warningsSuren A. Chilingaryan2013-11-131-4/+4
|
* Update FSF addressSuren A. Chilingaryan2012-11-111-1/+1
|
* Fix printf format errorsSuren A. Chilingaryan2010-02-141-1/+1
|
* Relincensed under LGPLSuren A. Chilingaryan2009-06-121-8/+8
|
* Provide GPL disclaimers with all sourcesSuren A. Chilingaryan2008-12-151-0/+19
| | | | | - Add GPL disclaimers to all sources - Suppress gcc-4.2 warnings
* DB4 & Postponed processingSuren A. Chilingaryan2007-04-141-0/+3
| | | | | | | | | | - 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
* - Russian autoengine is renamed to LibRCDSuren A. Chilingaryan2005-08-071-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.
* Language autodetectionSuren A. Chilingaryan2005-08-021-7/+6
| | | | | | | | - 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/+60
- Language Translation using libtranslate is implemented - Autoengine sets current charset (option)