>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 th
>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 th
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 def
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
@@ -13,18 +12,25 @@
LANG_COUNTRY=ru_RU
DICT_LANG=ru
+
--- 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 di
На Sun, 1 Feb 2009 00:36:45 +0600
"Fedor P. Goncharov" записано:
> 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 /usr/share/myspell
On Sat, Jan 31, 2009 at 8:36 PM, Fedor P. Goncharov 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
> omit most
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
i
8 matches
Mail list logo