<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/rusxmms/librcc.git/ToDo, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/rusxmms/librcc.git/'/>
<entry>
<title>Fix complaining in example</title>
<updated>2013-11-14T18:45:49+00:00</updated>
<author>
<name>Suren A. Chilingaryan</name>
<email>csa@dside.dyndns.org</email>
</author>
<published>2013-11-14T18:45:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/rusxmms/librcc.git/commit/?id=e92fff16d1d364f544a4f597883fbf31e80f94b9'/>
<id>e92fff16d1d364f544a4f597883fbf31e80f94b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Permission fix</title>
<updated>2005-10-31T00:22:26+00:00</updated>
<author>
<name>Suren A. Chilingaryan</name>
<email>csa@dside.dyndns.org</email>
</author>
<published>2005-10-31T00:22:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/rusxmms/librcc.git/commit/?id=907199c194af0cb3912219b808aab13df763c022'/>
<id>907199c194af0cb3912219b808aab13df763c022</id>
<content type='text'>
    - Fixes .rcc directory permissions ( Bug report by AlexMal )
    </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    - Fixes .rcc directory permissions ( Bug report by AlexMal )
    </pre>
</div>
</content>
</entry>
<entry>
<title>Transliteration and Documentation Update</title>
<updated>2005-08-11T01:06:56+00:00</updated>
<author>
<name>Suren A. Chilingaryan</name>
<email>csa@dside.dyndns.org</email>
</author>
<published>2005-08-11T01:06:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/rusxmms/librcc.git/commit/?id=3736c5f3635863e54ab2cc47860628d26855c749'/>
<id>3736c5f3635863e54ab2cc47860628d26855c749</id>
<content type='text'>
    - Fix: Autodetection of dissabled charsets.
    - Fix: Cleanely terminate external process if parrent thread terminated.
    - Transliteration for Russian, Ukrainian and using IConv.
    - Documentation Update.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    - Fix: Autodetection of dissabled charsets.
    - Fix: Cleanely terminate external process if parrent thread terminated.
    - Transliteration for Russian, Ukrainian and using IConv.
    - Documentation Update.
</pre>
</div>
</content>
</entry>
<entry>
<title>    - Russian Engine is really renamed</title>
<updated>2005-08-09T23:22:36+00:00</updated>
<author>
<name>Suren A. Chilingaryan</name>
<email>csa@dside.dyndns.org</email>
</author>
<published>2005-08-09T23:22:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/rusxmms/librcc.git/commit/?id=63bf2a90a6d6fb0859e4c9dd9fcac85de9adc0f1'/>
<id>63bf2a90a6d6fb0859e4c9dd9fcac85de9adc0f1</id>
<content type='text'>
    - Translate to English is fixed
    - Default charset for "all" languages
    - Support for per-class additional and dissabled charsets
    - Use 'GetSomethingNumber' instead of 'GetSomethingList'. 'GetSomethingList' functions are depricated.
    - rccUiGetSomethingName gets id's on the input instead of names
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    - Translate to English is fixed
    - Default charset for "all" languages
    - Support for per-class additional and dissabled charsets
    - Use 'GetSomethingNumber' instead of 'GetSomethingList'. 'GetSomethingList' functions are depricated.
    - rccUiGetSomethingName gets id's on the input instead of names
</pre>
</div>
</content>
</entry>
<entry>
<title>    - Russian autoengine is renamed to LibRCD</title>
<updated>2005-08-07T21:41:32+00:00</updated>
<author>
<name>Suren A. Chilingaryan</name>
<email>csa@dside.dyndns.org</email>
</author>
<published>2005-08-07T21:41:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/rusxmms/librcc.git/commit/?id=9d4628df369b92016b7fc3bfc7fed6d06ff2ca9a'/>
<id>9d4628df369b92016b7fc3bfc7fed6d06ff2ca9a</id>
<content type='text'>
    - Fix Learning with Language Autodetection switched on
    - Attempt to perform rccFS with Language Autodetection switched off, if failed with default behaviour.
    - Systematization of translation engine:
	+ Rearangement of the translation modes: OFF, TO_ENGLISH, SKIP_RELATED, SKIP_PARRENT, FULL.
	+ New class types: TRANSLATE_LOCALE, TRANSLATE_CURRENT, TRANSLATE_FROM.
    - Detect "Unicode" locales for foreign languages
    - "out" class is assumed to be TRANSLATE_LOCALE
    - Respect RCC_CLASS_KNOWN
    - Check for Latin UTF-8 prior to running any charset detection engine.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    - Fix Learning with Language Autodetection switched on
    - Attempt to perform rccFS with Language Autodetection switched off, if failed with default behaviour.
    - Systematization of translation engine:
	+ Rearangement of the translation modes: OFF, TO_ENGLISH, SKIP_RELATED, SKIP_PARRENT, FULL.
	+ New class types: TRANSLATE_LOCALE, TRANSLATE_CURRENT, TRANSLATE_FROM.
    - Detect "Unicode" locales for foreign languages
    - "out" class is assumed to be TRANSLATE_LOCALE
    - Respect RCC_CLASS_KNOWN
    - Check for Latin UTF-8 prior to running any charset detection engine.
</pre>
</div>
</content>
</entry>
<entry>
<title>Language AutoDetection Improvements</title>
<updated>2005-08-05T03:06:50+00:00</updated>
<author>
<name>Suren A. Chilingaryan</name>
<email>csa@dside.dyndns.org</email>
</author>
<published>2005-08-05T03:06:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/rusxmms/librcc.git/commit/?id=94ca629ceec7b0dc9f6f724b2e15923d3ec1d5b3'/>
<id>94ca629ceec7b0dc9f6f724b2e15923d3ec1d5b3</id>
<content type='text'>
    - Fix: Loading/Saving range options.
    - Fix: Language AutoDetection. Using locale language instead of selected one.
    - Support for range options in GTK UI.
    - Option to control recoding timeout is provided.
    - LibRCC.h is updated (Translate, Spell, IConv).
    - Documentation is updated.
    - Add 'rcc-config' alias to 'rcc-gtk2-config' in spec.
    - Implemented concept of parrent languages
	+ The concept is used in language autodetection. The string in considered
	language is permited to have words from all it's parrent languages. 
	+ English is assumed to be parrent for all other languages by default.
	+ Russian is parrent language for Ukrainian and Belorussian.
    - No translation to english if translation between related (one of the 
    languages is parrent for another one) languages is failed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    - Fix: Loading/Saving range options.
    - Fix: Language AutoDetection. Using locale language instead of selected one.
    - Support for range options in GTK UI.
    - Option to control recoding timeout is provided.
    - LibRCC.h is updated (Translate, Spell, IConv).
    - Documentation is updated.
    - Add 'rcc-config' alias to 'rcc-gtk2-config' in spec.
    - Implemented concept of parrent languages
	+ The concept is used in language autodetection. The string in considered
	language is permited to have words from all it's parrent languages. 
	+ English is assumed to be parrent for all other languages by default.
	+ Russian is parrent language for Ukrainian and Belorussian.
    - No translation to english if translation between related (one of the 
    languages is parrent for another one) languages is failed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Multithreading</title>
<updated>2005-08-03T18:24:08+00:00</updated>
<author>
<name>Suren A. Chilingaryan</name>
<email>csa@dside.dyndns.org</email>
</author>
<published>2005-08-03T18:24:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/rusxmms/librcc.git/commit/?id=50aa5cd62ef4a66da41d68f4a50ddfca97863c38'/>
<id>50aa5cd62ef4a66da41d68f4a50ddfca97863c38</id>
<content type='text'>
    - 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'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    - 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'
</pre>
</div>
</content>
</entry>
<entry>
<title>Language Fixes and Improvements</title>
<updated>2005-08-03T01:48:35+00:00</updated>
<author>
<name>Suren A. Chilingaryan</name>
<email>csa@dside.dyndns.org</email>
</author>
<published>2005-08-03T01:48:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/rusxmms/librcc.git/commit/?id=dcd966ba50fa18853c5ae06125a5b08b0ee6b10d'/>
<id>dcd966ba50fa18853c5ae06125a5b08b0ee6b10d</id>
<content type='text'>
    - rccmutex
    - Language autodetection fixes and improvements
    - Language translation fixes and improvements
    - The current state is near to be usable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    - rccmutex
    - Language autodetection fixes and improvements
    - Language translation fixes and improvements
    - The current state is near to be usable
</pre>
</div>
</content>
</entry>
<entry>
<title>Language autodetection</title>
<updated>2005-08-02T04:43:01+00:00</updated>
<author>
<name>Suren A. Chilingaryan</name>
<email>csa@dside.dyndns.org</email>
</author>
<published>2005-08-02T04:43:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/rusxmms/librcc.git/commit/?id=8b75f9bb6a09d54d634ff661655659951378aa2c'/>
<id>8b75f9bb6a09d54d634ff661655659951378aa2c</id>
<content type='text'>
    - rccConfigRecode function's are added
    - Language autodetection using aspell is added
    - Translation in 3 modes: "To English Language", "Skip English Translation", "Full"
    - Example2 to demonstrate translation possibilities

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    - rccConfigRecode function's are added
    - Language autodetection using aspell is added
    - Translation in 3 modes: "To English Language", "Skip English Translation", "Full"
    - Example2 to demonstrate translation possibilities

</pre>
</div>
</content>
</entry>
<entry>
<title>Translation</title>
<updated>2005-07-29T03:26:28+00:00</updated>
<author>
<name>Suren A. Chilingaryan</name>
<email>csa@dside.dyndns.org</email>
</author>
<published>2005-07-29T03:26:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/rusxmms/librcc.git/commit/?id=e3f702e83a26468ee44f3f342a7a40a252f4603c'/>
<id>e3f702e83a26468ee44f3f342a7a40a252f4603c</id>
<content type='text'>
    - Language Translation using libtranslate is implemented
    - Autoengine sets current charset (option)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    - Language Translation using libtranslate is implemented
    - Autoengine sets current charset (option)
</pre>
</div>
</content>
</entry>
</feed>
