Author: branden
Date: 2004-12-19 20:43:09 -0500 (Sun, 19 Dec 2004)
New Revision: 2099

Modified:
   trunk/debian/CHANGESETS
   trunk/debian/local/koi8rxterm
   trunk/debian/local/koi8rxterm.1x
Log:
Use "ru_RU.KOI8-R" instead of "ru_RU" for the fallback locale setting,
because according to glibc, the character set for plain "ru_RU" is
ISO-8859-5.

Update manpage accordingly.


Modified: trunk/debian/CHANGESETS
===================================================================
--- trunk/debian/CHANGESETS     2004-12-20 00:54:29 UTC (rev 2098)
+++ trunk/debian/CHANGESETS     2004-12-20 01:43:09 UTC (rev 2099)
@@ -28,7 +28,7 @@
 Update xterm's package description and add a Suggests: on xfonts-cyrillic.
 Register koi8rxterm as x-terminal-emulator alternative (priority of 20,
 same as xterm itself).  (Closes: #173565)
-    2086, 2087, 2088, 2089, 2092, 2093, 2094, 2095, 2098
+    2086, 2087, 2088, 2089, 2092, 2093, 2094, 2095, 2098, 2099
 
 Expand and update uxterm(1x) manual page.
     2097

Modified: trunk/debian/local/koi8rxterm
===================================================================
--- trunk/debian/local/koi8rxterm       2004-12-20 00:54:29 UTC (rev 2098)
+++ trunk/debian/local/koi8rxterm       2004-12-20 01:43:09 UTC (rev 2099)
@@ -34,7 +34,7 @@
                C|POSIX)
                        # The user may not have configured his or her
                        # locale; try to muddle through anyway.
-                       value=ru_RU
+                       value=ru_RU.KOI8-R
                        ;;
                esac
                break
@@ -51,7 +51,7 @@
                value=`echo ${value} |sed -e 's/[EMAIL PROTECTED]//'`.KOI8-R
        else
                name="LC_CTYPE"
-               value="ru_RU"
+               value="ru_RU.KOI8-R"
        fi
        eval ${name}=${value}
        eval export ${name}

Modified: trunk/debian/local/koi8rxterm.1x
===================================================================
--- trunk/debian/local/koi8rxterm.1x    2004-12-20 00:54:29 UTC (rev 2098)
+++ trunk/debian/local/koi8rxterm.1x    2004-12-20 01:43:09 UTC (rev 2099)
@@ -50,8 +50,9 @@
 .PP
 The environment's locale settings (see \(lqENVIRONMENT\(rq below) are
 used to discern the locale's character set.
-If no current locale can be determined, the locale \(oqru_RU\(cq (the
-Russian language as used in the territory of Russia) is assumed.
+If no current locale can be determined, the locale \(oqru_RU.KOI8-R\(cq
+(the Russian language as used in the territory of Russia, with the KOI8-R
+character set) is assumed.
 The
 .BR locale (1)
 utility is used to determine whether the system supports the selected

Reply via email to