tags 389065 +pending
thanks

Hi Yuri,

On Sat, Sep 23, 2006 at 09:52:58PM +0400, Yuri Kozlov wrote:
> The attached diff is contains the 'iconv -f koi8-r -t utf-8' conversion 
> result on the Locale/ru_RU.KOI8-R/* files with a small translation 
> improvement.

I committed your patch. Nevertheless I wonder whether you want to
integrate the small translation improvement into KOI8-R encoded files as
well?

This includes:

diff -ru ru_RU.KOI8-R/HTML ru_RU.UTF-8/HTML
--- ru_RU.KOI8-R/HTML   2006-11-12 18:18:56.000000000 +0100
+++ ru_RU.UTF-8/HTML    2006-11-12 18:17:44.000000000 +0100
           'abstract' => 'Аннотация',
-          'copyright notice' => 'Заметка об авторских правах',
+          'copyright notice' => 'Сведения об авторских правах',
           'contents' => 'Содержание',
           'chapter' => sub { return "Глава $_[0]" },
           'appendix' => sub { return "Приложение $_[0]" },
@@ -17,7 +17,7 @@
           'paragraph' => sub { return "раздел $_[0]" },
           'subparagraph' => sub { return "раздел $_[0]" },
           'footnotes' => 'Сноски',
-          'comments' => 'Comments',
+          'comments' => 'Комментарии',
           'next' => 'вперед',
           'previous' => 'назад',
           );
diff -ru ru_RU.KOI8-R/LaTeX ru_RU.UTF-8/LaTeX
--- ru_RU.KOI8-R/LaTeX  2006-11-12 18:18:56.000000000 +0100
+++ ru_RU.UTF-8/LaTeX   2006-11-12 18:17:44.000000000 +0100
           'abstract' => 'Аннотация',
-          'copyright notice' => 'Замечания об авторских правах',
+          'copyright notice' => 'Сведения об авторских правах',
+          'after begin document' => '\\renewcommand{\\vpageref}[1]{на стр. 
\\pageref{#1}}',
+          'pdfhyperref' => 'unicode'
           );
diff -ru ru_RU.KOI8-R/Text ru_RU.UTF-8/Text
--- ru_RU.KOI8-R/Text   2006-11-12 18:18:57.000000000 +0100
+++ ru_RU.UTF-8/Text    2006-11-12 18:17:44.000000000 +0100
           'abstract' => 'Аннотация',
-          'copyright notice' => 'Замечания об авторских правах',
+          'copyright notice' => 'Сведения об авторских правах',
           'contents' => 'Содержание',
           'chapter' => sub { return "Глава $_[0]" },
           'appendix' => sub { return "Приложение $_[0]" },
diff -ru ru_RU.KOI8-R/TextOV ru_RU.UTF-8/TextOV
--- ru_RU.KOI8-R/TextOV 2006-11-12 18:18:57.000000000 +0100
+++ ru_RU.UTF-8/TextOV  2006-11-12 18:17:44.000000000 +0100
           'abstract' => 'Аннотация',
-          'copyright notice' => 'Заметка об авторских правах',
+          'copyright notice' => 'Сведения об авторских правах',
           'contents' => 'Содержание',
           'chapter' => sub { return "Глава $_[0]" },
           'appendix' => sub { return "Приложение $_[0]" },


> As in the 'etch' by default used a utf-8 encoding for Russian, it would be 
> nice to have
> a ru_RU.UTF-8 locale support.
> This diff is not changed the 'system' alias 'ru'.

Should I make ru_RU.UTF-8 the default locale for ru once I verified that
it supports all currently available Russian documents? I think this
would be a good idea.

Jens

Reply via email to