[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#168246: locales: Patch of LC_TIME of zh_TW locale



Package: locales
Version: 2.2.5-11.2
Severity: minor
Tags: patch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

In the zh_TW locale, the "abday" and "day" fields contain too
many characters (2 and 3, respectively). This may result to some
strange displaying when using the related utilities under this
locale (e.g., cal, see #160282). 

For example: it looks like

	'Sunday' -> 'day'
	'Monday' -> 'day'
	 ...

Therefore, after some discussions, we decide to shorten the contents of 
"abday" and "day" fields.

==========================================================================
patch for glibc-2.2.5.

- --- ./localedata/locales/zh_TW.orig     Wed Sep 18 22:00:52 2002
+++ ./localedata/locales/zh_TW  Wed Sep 18 22:07:40 2002
@@ -82,16 +82,16 @@

 LC_TIME
 % day: Sun, Mon, Tue, Wed, Thr, Fri, Sat
- -abday  "<U9031><U65E5>";"<U9031><U4E00>";"<U9031><U4E8C>";"<U9031><U4E09>";/
- -       "<U9031><U56DB>";"<U9031><U4E94>";"<U9031><U516D>"
+abday  "<U65E5>";"<U4E00>";"<U4E8C>";"<U4E09>";/
+       "<U56DB>";"<U4E94>";"<U516D>"

- -day    "<U661F><U671F><U65E5>";/
- -       "<U661F><U671F><U4E00>";/
- -       "<U661F><U671F><U4E8C>";/
- -       "<U661F><U671F><U4E09>";/
- -       "<U661F><U671F><U56DB>";/
- -       "<U661F><U671F><U4E94>";/
- -       "<U661F><U671F><U516D>"
+day    "<U9031><U65E5>";/
+       "<U9031><U4E00>";/
+       "<U9031><U4E8C>";/
+       "<U9031><U4E09>";/
+       "<U9031><U56DB>";/
+       "<U9031><U4E94>";/
+       "<U9031><U516D>"

 % month: Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec.
 abmon  "<U0020><U0031><U6708>";"<U0020><U0032><U6708>";/


- -- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux chaos 2.4.18-686 #1 Sun Apr 14 11:32:47 EST 2002 i686
Locale: LANG=zh_TW.Big5, LC_CTYPE=zh_TW.Big5

Versions of packages locales depends on:
ii  debconf                       1.0.32     Debian configuration management sy
ii  libc6 [glibc-2.2.5-11.2]      2.2.5-11.2 GNU C Library: Shared libraries an

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9yzvK1dlLUeP4bkwRAsUFAKDE9gHTsVMMQvO5Jdvdx+YvCENwnACfY5A6
xAsHW1wgbRJv+4wWuX1Urmo=
=654r
-----END PGP SIGNATURE-----



Reply to: