[Glibc-bsd-commits] r3195 - in trunk/kfreebsd-8/debian: . patches

Aurelien Jarno aurel32 at alioth.debian.org
Sun Nov 21 14:19:49 UTC 2010


Author: aurel32
Date: 2010-11-21 14:19:42 +0000 (Sun, 21 Nov 2010)
New Revision: 3195

Added:
   trunk/kfreebsd-8/debian/patches/108_teken_utf8_table.diff
Modified:
   trunk/kfreebsd-8/debian/changelog
   trunk/kfreebsd-8/debian/patches/series
Log:
  * Add 108_teken_utf8_table.diff to be able to display upper case vowels
    with accent by ignoring the accent. Closes: #595681.



Modified: trunk/kfreebsd-8/debian/changelog
===================================================================
--- trunk/kfreebsd-8/debian/changelog	2010-11-21 12:49:30 UTC (rev 3194)
+++ trunk/kfreebsd-8/debian/changelog	2010-11-21 14:19:42 UTC (rev 3195)
@@ -10,8 +10,10 @@
   
   [ Aurelien Jarno ]
   * Replace 106_teken_op.diff by upstream patch.
+  * Add 108_teken_utf8_table.diff to be able to display upper case vowels
+    with accent by ignoring the accent. Closes: #595681.
 
- -- Aurelien Jarno <aurel32 at debian.org>  Sun, 21 Nov 2010 12:07:02 +0100
+ -- Aurelien Jarno <aurel32 at debian.org>  Sun, 21 Nov 2010 15:19:28 +0100
 
 kfreebsd-8 (8.1-5) unstable; urgency=medium
 

Added: trunk/kfreebsd-8/debian/patches/108_teken_utf8_table.diff
===================================================================
--- trunk/kfreebsd-8/debian/patches/108_teken_utf8_table.diff	                        (rev 0)
+++ trunk/kfreebsd-8/debian/patches/108_teken_utf8_table.diff	2010-11-21 14:19:42 UTC (rev 3195)
@@ -0,0 +1,25 @@
+--- a/sys/dev/syscons/scterm-teken.c
++++ b/sys/dev/syscons/scterm-teken.c
+@@ -356,10 +356,18 @@
+ 	{ 0x00b6, 0x14, 0x00 }, { 0x00b7, 0xfa, 0x00 },
+ 	{ 0x00ba, 0xa7, 0x00 }, { 0x00bb, 0xaf, 0x00 },
+ 	{ 0x00bc, 0xac, 0x00 }, { 0x00bd, 0xab, 0x00 },
+-	{ 0x00bf, 0xa8, 0x00 }, { 0x00c4, 0x8e, 0x01 },
+-	{ 0x00c6, 0x92, 0x00 }, { 0x00c7, 0x80, 0x00 },
+-	{ 0x00c9, 0x90, 0x00 }, { 0x00d1, 0xa5, 0x00 },
+-	{ 0x00d6, 0x99, 0x00 }, { 0x00dc, 0x9a, 0x00 },
++	{ 0x00bf, 0xa8, 0x00 }, { 0x00c0, 0x41, 0x00 },
++	{ 0x00c1, 0x41, 0x00 }, { 0x00c2, 0x41, 0x00 },
++	{ 0x00c4, 0x8e, 0x01 }, { 0x00c6, 0x92, 0x00 }, 
++	{ 0x00c7, 0x80, 0x00 }, { 0x00c8, 0x45, 0x00 },
++	{ 0x00c9, 0x90, 0x00 }, { 0x00ca, 0x45, 0x00 },
++	{ 0x00cb, 0x45, 0x00 }, { 0x00cc, 0x49, 0x00 },
++	{ 0x00cd, 0x49, 0x00 }, { 0x00ce, 0x49, 0x00 },
++	{ 0x00cf, 0x49, 0x00 }, { 0x00d1, 0xa5, 0x00 },
++	{ 0x00d2, 0x4f, 0x00 }, { 0x00d3, 0x4f, 0x00 },
++	{ 0x00d4, 0x4f, 0x00 }, { 0x00d6, 0x99, 0x00 }, 
++	{ 0x00d9, 0x55, 0x00 }, { 0x00da, 0x55, 0x00 },
++	{ 0x00db, 0x55, 0x00 }, { 0x00dc, 0x9a, 0x00 },
+ 	{ 0x00df, 0xe1, 0x00 }, { 0x00e0, 0x85, 0x00 },
+ 	{ 0x00e1, 0xa0, 0x00 }, { 0x00e2, 0x83, 0x00 },
+ 	{ 0x00e4, 0x84, 0x00 }, { 0x00e5, 0x86, 0x00 },

Modified: trunk/kfreebsd-8/debian/patches/series
===================================================================
--- trunk/kfreebsd-8/debian/patches/series	2010-11-21 12:49:30 UTC (rev 3194)
+++ trunk/kfreebsd-8/debian/patches/series	2010-11-21 14:19:42 UTC (rev 3195)
@@ -17,6 +17,7 @@
 105_apm_amd64.diff
 106_teken_op.diff
 107_mount_update.diff
+108_teken_utf8_table.diff
 902_version.diff
 903_disable_non-free_drivers.diff 
 904_dev_full.diff




More information about the Glibc-bsd-commits mailing list