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

Petr Salinger ps-guest at alioth.debian.org
Fri Dec 3 13:27:54 UTC 2010


Author: ps-guest
Date: 2010-12-03 13:27:54 +0000 (Fri, 03 Dec 2010)
New Revision: 3200

Modified:
   trunk/kfreebsd-8/debian/changelog
   trunk/kfreebsd-8/debian/patches/108_teken_utf8_table.diff
Log:
Extend 108_teken_utf8_table.diff for U+25AE. Closes: #605724.



Modified: trunk/kfreebsd-8/debian/changelog
===================================================================
--- trunk/kfreebsd-8/debian/changelog	2010-12-03 11:17:47 UTC (rev 3199)
+++ trunk/kfreebsd-8/debian/changelog	2010-12-03 13:27:54 UTC (rev 3200)
@@ -7,6 +7,7 @@
   [ Petr Salinger ]
   * Add 918_delete_key.diff to conform to Debian Policy,
     9.8 Keyboard configuration. Closes: #605065.
+  * Extend 108_teken_utf8_table.diff for U+25AE. Closes: #605724.
 
  -- Robert Millan <rmh at debian.org>  Sat, 27 Nov 2010 14:53:56 +0100
 

Modified: trunk/kfreebsd-8/debian/patches/108_teken_utf8_table.diff
===================================================================
--- trunk/kfreebsd-8/debian/patches/108_teken_utf8_table.diff	2010-12-03 11:17:47 UTC (rev 3199)
+++ trunk/kfreebsd-8/debian/patches/108_teken_utf8_table.diff	2010-12-03 13:27:54 UTC (rev 3200)
@@ -23,3 +23,13 @@
  	{ 0x00df, 0xe1, 0x00 }, { 0x00e0, 0x85, 0x00 },
  	{ 0x00e1, 0xa0, 0x00 }, { 0x00e2, 0x83, 0x00 },
  	{ 0x00e4, 0x84, 0x00 }, { 0x00e5, 0x86, 0x00 },
+@@ -422,7 +422,8 @@
+ 	{ 0x2584, 0xdc, 0x00 }, { 0x2588, 0xdb, 0x00 },
+ 	{ 0x258c, 0xdd, 0x00 }, { 0x2590, 0xde, 0x00 },
+ 	{ 0x2591, 0xb0, 0x02 }, { 0x25a0, 0xfe, 0x00 },
+-	{ 0x25ac, 0x16, 0x00 }, { 0x25b2, 0x1e, 0x00 },
++	{ 0x25ac, 0x16, 0x00 }, 
++	{ 0x25ae, 0xdb, 0x00 }, { 0x25b2, 0x1e, 0x00 },
+ 	{ 0x25ba, 0x10, 0x00 }, { 0x25bc, 0x1f, 0x00 },
+ 	{ 0x25c4, 0x11, 0x00 }, { 0x25cb, 0x09, 0x00 },
+ 	{ 0x25d8, 0x08, 0x00 }, { 0x25d9, 0x0a, 0x00 },




More information about the Glibc-bsd-commits mailing list