/rusxmms/librcc

To get this branch, use:
bzr branch http://suren.me/webbzr/rusxmms/librcc

« back to all changes in this revision

Viewing changes to ToDo

  • Committer: Suren A. Chilingaryan
  • Date: 2005-07-29 03:26:28 UTC
  • Revision ID: Arch-1:ds@dside.dyndns.org--darksoft-2004%librcc--main--0.1--patch-23
Translation
    - Language Translation using libtranslate is implemented
    - Autoengine sets current charset (option)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
* Provide way to add to all languages several default Unicode encodings (UTF8, UTF16, UTF16BE)
2
 
* Special type of classes to select only from Unicode encodings (or even just specified subset of encodings)
3
 
* Multibyte(not-UTF8) support for FS classes
4
 
* SetBufferSize ( 0 - autogrow )
 
1
0.2.x:
 
2
    - Common encodings:
 
3
        + Provide way to add to all languages several default Unicode encodings (UTF8, UTF16, UTF16BE)
 
4
        + Special type of classes to select only from Unicode encodings (or even just specified subset of encodings)
 
5
        + Special pluggable encodings. For example translate to english.
 
6
            * rccToEncoding(current_language, *new_language, buf, size)?
 
7
            * rccFromEncoding(current_language, utf8_language, buf, size)?
 
8
            * Code some options in charset name. (SpecialEncodingPrefix_Encoding_EncodingOptions)
 
9
    - Buffer managment:
 
10
        + SetBufferSize ( 0 - autogrow )
 
11
    - Language autodetection
 
12
        + Using spellchecker (aspell)
 
13
    - Look on ofline translation libraries    
 
14
 
 
15
on request:
 
16
    - Multibyte(not-UTF8) support for FS classes