summaryrefslogtreecommitdiffstats
path: root/src/recode.c
Commit message (Collapse)AuthorAgeFilesLines
* TranslationSuren A. Chilingaryan2005-07-291-10/+58
| | | | | - Language Translation using libtranslate is implemented - Autoengine sets current charset (option)
* FixesSuren A. Chilingaryan2005-07-241-5/+7
| | | | | | | - Dummy UI plugin - GTK2 UI plugin - Fixed typo: 'const rcc_string' -> 'rcc_const_string' - Fix: Disable BDB recoding in case if recoding switched off
* FixesSuren A. Chilingaryan2005-07-191-0/+3
| | | | | | - Fixed several errors in doxygen documentation - Initializing locale in rcclocale (if setlocale return 'C') - Calling Configure before anything else in rccRecode
* API ImprovementsSuren A. Chilingaryan2005-07-181-26/+175
| | | | | | | | | | | | | | - 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-47/+57
|
* Language and Option NamesSuren A. Chilingaryan2005-07-121-3/+5
|
* 08.07.2005Suren A. Chilingaryan2005-07-081-3/+13
|
* Recode FS FixesSuren A. Chilingaryan2005-07-061-33/+69
|
* Recoding FixesSuren A. Chilingaryan2005-07-051-3/+3
|
* 04.07.2005Suren A. Chilingaryan2005-07-041-69/+8
|
* 29.06.2005Suren A. Chilingaryan2005-06-281-1/+1
|
* 26.06.2005Suren A. Chilingaryan2005-06-261-35/+45
|
* Initial ImportSuren A. Chilingaryan2005-06-161-0/+228