summaryrefslogtreecommitdiffstats
path: root/ToDo
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2005-07-29 03:26:28 +0000
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2005-07-29 03:26:28 +0000
commite3f702e83a26468ee44f3f342a7a40a252f4603c (patch)
tree5ff76e9d11a9fdbdb493683d0f0840f46c67b6f8 /ToDo
parentcfaef1b6c9f33fbaa114628cf513d129bdff3c1c (diff)
downloadlibrcc-e3f702e83a26468ee44f3f342a7a40a252f4603c.tar.gz
librcc-e3f702e83a26468ee44f3f342a7a40a252f4603c.tar.bz2
librcc-e3f702e83a26468ee44f3f342a7a40a252f4603c.tar.xz
librcc-e3f702e83a26468ee44f3f342a7a40a252f4603c.zip
Translation
- Language Translation using libtranslate is implemented - Autoengine sets current charset (option)
Diffstat (limited to 'ToDo')
-rw-r--r--ToDo20
1 files changed, 16 insertions, 4 deletions
diff --git a/ToDo b/ToDo
index 3957198..8167c92 100644
--- a/ToDo
+++ b/ToDo
@@ -1,4 +1,16 @@
-* 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)
-* Multibyte(not-UTF8) support for FS classes
-* SetBufferSize ( 0 - autogrow )
+0.2.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)
+ + Special pluggable encodings. For example translate to english.
+ * 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 )
+ - Language autodetection
+ + Using spellchecker (aspell)
+ - Look on ofline translation libraries
+
+on request:
+ - Multibyte(not-UTF8) support for FS classes