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

Bug#255701: xlibs-data: fonts can't be display under ja_JP.UTF-8



Package: xlibs-data
Version: 4.3.0.dfsg.1-5
Severity: normal
Tags: patch

Japanese fonts can't be displayed under ja_JP.UTF-8 locale.
Please update XLC_LOCALE for ja_JP.UTF-8.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-rc2
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (ignored: LC_ALL set to ja_JP.UTF-8)

-- no debconf information


-- 
Tatsuki Sugiura   mailto:sugi@nemui.org
diff -ruP xc/nls/XLC_LOCALE/ja_JP.UTF-8 xc.orig/nls/XLC_LOCALE/ja_JP.UTF-8
--- xc/nls/XLC_LOCALE/ja_JP.UTF-8	2004-06-22 23:18:36.000000000 +0900
+++ xc.orig/nls/XLC_LOCALE/ja_JP.UTF-8	2002-10-17 10:12:57.000000000 +0900
@@ -32,8 +32,23 @@
   }
 }
 
-XCOMM 	fs2 class (Kanji)
-fs2	{
+XCOMM ISO10646-1 is put after iso8859-1 to make usually better-looking
+XCOMM iso8859-x fonts are picked up before iso10646-1 fonts.
+XCOMM Moreover, some iso10646-1 fonts don't have any glyph at all
+XCOMM in ISO8859-X ranges.
+
+XCOMM fs2 class
+fs2 {
+  charset {
+    name  ISO10646-1
+  }
+  font  {
+    primary ISO10646-1
+  }
+}
+
+XCOMM 	fs3 class (Kanji)
+fs3	{
 	charset	{
 		name	JISX0208.1983-0:GL
 	}
@@ -42,8 +57,8 @@
 	}
 }
 
-XCOMM   fs3 class (Korean Character)
-fs3	{
+XCOMM   fs4 class (Korean Character)
+fs4	{
 	charset	{
 		name	KSC5601.1987-0:GL
 	}
@@ -52,8 +67,8 @@
 	}
 }
 
-XCOMM   fs4 class (Chinese Han Character)
-fs4	{
+XCOMM   fs5 class (Chinese Han Character)
+fs5	{
 	charset	{
 		name	GB2312.1980-0:GL
 	}
@@ -61,8 +76,8 @@
 		primary	GB2312.1980-0:GL
 	}
 }
-XCOMM	fs5 class (Half Kana)
-fs5	{
+XCOMM	fs6 class (Half Kana)
+fs6	{
 	charset	{
 		name	JISX0201.1976-0:GR
 	}
@@ -71,22 +86,6 @@
 		vertical_rotate	all
 	}
 }
-
-XCOMM ISO10646-1 is put after iso8859-1 to make usually better-looking
-XCOMM iso8859-x fonts are picked up before iso10646-1 fonts.
-XCOMM Moreover, some iso10646-1 fonts don't have any glyph at all
-XCOMM in ISO8859-X ranges.
-
-XCOMM fs6 class
-fs6 {
-  charset {
-    name  ISO10646-1
-  }
-  font  {
-    primary ISO10646-1
-  }
-}
-
 END XLC_FONTSET
 
 XCOMM 
@@ -105,47 +104,47 @@
 	ct_encoding	ISO8859-1:GL
 }
 
+XCOMM	cs1 class
+cs1     {
+        side            GR:Default
+        length          1
+        ct_encoding     ISO8859-1:GR
+}
+
 XCOMM	cs2 class
-cs1	{
+cs2	{
 	side		GR
 	length		2
 	ct_encoding	JISX0208.1983-0:GL; JISX0208.1983-0:GR;			JISX0208.1983-1:GL; JISX0208.1983-1:GR
 
 }
 
-XCOMM	cs2 class
-cs2     {
+XCOMM	cs3 class
+cs3     {
         side            GL
         length          2
         ct_encoding     KSC5601.1987-0:GL; KSC5601.1987-0:GR;                        KSC5601.1987-1:GL; KSC5601.1987-1:GR
 
 }
  
-XCOMM	cs3 class
-cs3     {
+XCOMM	cs4 class
+cs4     {
         side            GR
         length          2
         ct_encoding     GB2312.1980-0:GL; GB2312.1980-0:GR
 }
  
-XCOMM	cs4 class
-cs4	{
+XCOMM	cs5 class
+cs5	{
 	side		GR
 	length		1
 	ct_encoding	JISX0201.1976-0:GR
 }
 
-XCOMM	cs5 class
-cs5	{
+XCOMM	cs6 class
+cs6	{
 	side		none
 	ct_encoding	ISO10646-1
 }
 
-XCOMM	cs6 class
-cs6     {
-        side            GR:Default
-        length          1
-        ct_encoding     ISO8859-1:GR
-}
-
 END XLC_XLOCALE

Reply to: