diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2005-08-03 18:24:08 +0000 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2005-08-03 18:24:08 +0000 |
commit | 50aa5cd62ef4a66da41d68f4a50ddfca97863c38 (patch) | |
tree | 43f1bf415e56ace9eb3e19731d3eaffe064c8d68 /ToDo | |
parent | dcd966ba50fa18853c5ae06125a5b08b0ee6b10d (diff) | |
download | librcc-50aa5cd62ef4a66da41d68f4a50ddfca97863c38.tar.gz librcc-50aa5cd62ef4a66da41d68f4a50ddfca97863c38.tar.bz2 librcc-50aa5cd62ef4a66da41d68f4a50ddfca97863c38.tar.xz librcc-50aa5cd62ef4a66da41d68f4a50ddfca97863c38.zip |
Multithreading
- Multithreaded access to recoding functions using same context
- Engine plugin to select between UTF-8 and ISO8859-1 for Western European Languages
- Fix: 'rccTo' converting FS classes
- FS class support in 'rccConfigSizedToCharset'
Diffstat (limited to 'ToDo')
-rw-r--r-- | ToDo | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,10 @@ translation and language detection. + Implement ispell support + Configurable timeouts + - Move all recoding functionality on rccConfig level + - Revise locking subsystem + - Think about parrent languages ( For example, it is possible to get ukrainian music band + with russian name and ukrainian song titles ) 1.x: - Common encodings: @@ -17,6 +21,7 @@ * Code some options in charset name. (SpecialEncodingPrefix_Encoding_EncodingOptions) - Recoding options: + Skip Translation + - Switch to Get/Ref/UnRef system on request: - Multibyte(not-UTF8) support for FS classes |