diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2005-08-03 01:48:35 +0000 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2005-08-03 01:48:35 +0000 |
commit | dcd966ba50fa18853c5ae06125a5b08b0ee6b10d (patch) | |
tree | 8147928dbe65fc6b4d83e5cc15d1b3ac5993e0eb /ToDo | |
parent | 8b75f9bb6a09d54d634ff661655659951378aa2c (diff) | |
download | librcc-dcd966ba50fa18853c5ae06125a5b08b0ee6b10d.tar.gz librcc-dcd966ba50fa18853c5ae06125a5b08b0ee6b10d.tar.bz2 librcc-dcd966ba50fa18853c5ae06125a5b08b0ee6b10d.tar.xz librcc-dcd966ba50fa18853c5ae06125a5b08b0ee6b10d.zip |
Language Fixes and Improvements
- rccmutex
- Language autodetection fixes and improvements
- Language translation fixes and improvements
- The current state is near to be usable
Diffstat (limited to 'ToDo')
-rw-r--r-- | ToDo | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -1,4 +1,13 @@ 0.3.x: + - Buffer managment: + + SetBufferSize ( 0 - autogrow ) + - Language autodetection and translation improvements + + Look on ofline translation libraries and other possibilities to improove + translation and language detection. + + Implement ispell support + + Configurable timeouts + +1.x: - Common encodings: + Provide way to add to all languages several default Unicode encodings (UTF8, UTF16, UTF16BE) + Special type of classes to select only from Unicode encodings (or even just specified subset of encodings) @@ -6,10 +15,8 @@ * rccToEncoding(current_language, *new_language, buf, size)? * rccFromEncoding(current_language, utf8_language, buf, size)? * Code some options in charset name. (SpecialEncodingPrefix_Encoding_EncodingOptions) - - Buffer managment: - + SetBufferSize ( 0 - autogrow ) - - Look on ofline translation libraries and other possibilities to improove - translation and language detection. + - Recoding options: + + Skip Translation on request: - Multibyte(not-UTF8) support for FS classes |