Bug#513735: patch

2009-02-02 Thread Fedor P. Goncharov
Actually, this patch will not really fix anything, because the ru_RU.KOI8-R locale needs to have been previously generated and installed on the system, for this to work. Otherwise, declaring LANG and LC_ALL (with or without the export statement) will always fall back to the C locale that is the

Bug#513735: patch

2009-02-01 Thread Martin-Éric Racine
Actually, this patch will not really fix anything, because the ru_RU.KOI8-R locale needs to have been previously generated and installed on the system, for this to work. Otherwise, declaring LANG and LC_ALL (with or without the export statement) will always fall back to the C locale that is the

Bug#513735: patch

2009-02-01 Thread Fedor P. Goncharov
Actually, this patch will not really fix anything, because the ru_RU.KOI8-R locale needs to have been previously generated and installed on the system, for this to work. Otherwise, declaring LANG and LC_ALL (with or without the export statement) will always fall back to the C locale that is the

Bug#513735: [PATCH] patch from bug #511290 broke dictionary building on non koi8r computers

2009-01-31 Thread Fedor P. Goncharov
Package: aspell-ru Version: 0.99g5-6 Severity: critical First: patch from bug #511290 do nothing instead sorting the content and filtering it. But if uniq work in utf-8 environment with KOI8R dictionary, it just omit most of lines as repeating. You can verify my words if compare dictionary in

Bug#513735: [PATCH] patch from bug #511290 broke dictionary building on non koi8r computers

2009-01-31 Thread Martin-Éric Racine
On Sat, Jan 31, 2009 at 8:36 PM, Fedor P. Goncharov fe...@gorodok.net wrote: Package: aspell-ru Version: 0.99g5-6 Severity: critical First: patch from bug #511290 do nothing instead sorting the content and filtering it. But if uniq work in utf-8 environment with KOI8R dictionary, it just

Bug#513735: [PATCH] patch from bug #511290 broke dictionary building on non koi8r computers

2009-01-31 Thread Alexander GQ Gerasiov
На Sun, 1 Feb 2009 00:36:45 +0600 Fedor P. Goncharov fe...@gorodok.net записано: But if uniq work in utf-8 environment with KOI8R dictionary, it just omit most of lines as repeating. You can verify my words if compare dictionary in repository before and after patch ( 1,8M vs 74K for

Bug#513735: patch

2009-01-31 Thread Fedor P. Goncharov
--- rules.fake 2009-01-31 22:27:21.0 +0600 +++ rules 2009-01-31 22:49:22.0 +0600 @@ -13,10 +13,14 @@ LANG_COUNTRY=ru_RU DICT_LANG=ru +#need for grep and tr to worck with dictionary encoding in koi8-r!!! +LANG=ru_RU.KOI8R +LC_ALL=ru_RU.KOI8R + build-arch: # Generate ispell

Bug#513735: [PATCH] patch from bug #511290 broke dictionary building on non koi8r computers

2009-01-31 Thread Fedor P. Goncharov
utf patch it seems work too. --- rules.fake 2009-01-31 22:27:21.0 +0600 +++ rules 2009-02-01 07:17:11.0 +0600 @@ -1,5 +1,4 @@ #!/usr/bin/make -f -# coding: koi8-r # # CDBS debian/rules for rus-ispell # Martin-Eric Racine q-f...@iki.fi @@ -13,18 +12,25 @@ LANG_COUNTRY=ru_RU