From: root Date: Wed, 30 Dec 2009 06:11:09 +0000 (+0000) Subject: compose tables to 5.2.0 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=c696a6546eef3cde30ee382392927bc0da949280;p=dana%2Furxvt.git compose tables to 5.2.0 --- diff --git a/Changes b/Changes index b37a2535..c8116c41 100644 --- a/Changes +++ b/Changes @@ -21,6 +21,7 @@ DUMB: support tex fonts TODO: perl-shell-window? TODO: zweimal numlock? falsche codes rxvt urxvt for numpad? +9.07 Wed Dec 30 07:07:18 CET 2009 - port to glibc-2.10 changes (strchr etc. returning const char * in C++), based on patches by Milos Jakubicek and Oliver Mader. - the binary search algorithm to find precomposed characters @@ -63,6 +64,7 @@ TODO: zweimal numlock? falsche codes rxvt urxvt for numpad? - fix printpipe data output (patch by Emanuele Giaquinta). - allow `xxx' quoting style for perl selection. - upgrade to libev-3.9 prerelease. + - updated compose tables to unicode 5.2.0. 9.06 Sat Nov 8 17:47:18 CET 2008 - NOTICE: this release updates terminfo/termcap. diff --git a/src/table/compose.h b/src/table/compose.h index cc1ad2cf..96511d69 100644 --- a/src/table/compose.h +++ b/src/table/compose.h @@ -27,39 +27,50 @@ struct rxvt_compose_entry { { 0x00021, 0x00021, 0x0203c }, { 0x00021, 0x0003f, 0x02049 }, { 0x0002e, 0x0002e, 0x02025 }, + { 0x00030, 0x0002c, 0x1f101 }, + { 0x00030, 0x0002e, 0x1f100 }, { 0x00030, 0x070b9, 0x03358 }, + { 0x00031, 0x0002c, 0x1f102 }, { 0x00031, 0x0002e, 0x02488 }, { 0x00031, 0x065e5, 0x033e0 }, { 0x00031, 0x06708, 0x032c0 }, { 0x00031, 0x070b9, 0x03359 }, + { 0x00032, 0x0002c, 0x1f103 }, { 0x00032, 0x0002e, 0x02489 }, { 0x00032, 0x065e5, 0x033e1 }, { 0x00032, 0x06708, 0x032c1 }, { 0x00032, 0x070b9, 0x0335a }, + { 0x00033, 0x0002c, 0x1f104 }, { 0x00033, 0x0002e, 0x0248a }, { 0x00033, 0x065e5, 0x033e2 }, { 0x00033, 0x06708, 0x032c2 }, { 0x00033, 0x070b9, 0x0335b }, + { 0x00034, 0x0002c, 0x1f105 }, { 0x00034, 0x0002e, 0x0248b }, { 0x00034, 0x065e5, 0x033e3 }, { 0x00034, 0x06708, 0x032c3 }, { 0x00034, 0x070b9, 0x0335c }, + { 0x00035, 0x0002c, 0x1f106 }, { 0x00035, 0x0002e, 0x0248c }, { 0x00035, 0x065e5, 0x033e4 }, { 0x00035, 0x06708, 0x032c4 }, { 0x00035, 0x070b9, 0x0335d }, + { 0x00036, 0x0002c, 0x1f107 }, { 0x00036, 0x0002e, 0x0248d }, { 0x00036, 0x065e5, 0x033e5 }, { 0x00036, 0x06708, 0x032c5 }, { 0x00036, 0x070b9, 0x0335e }, + { 0x00037, 0x0002c, 0x1f108 }, { 0x00037, 0x0002e, 0x0248e }, { 0x00037, 0x065e5, 0x033e6 }, { 0x00037, 0x06708, 0x032c6 }, { 0x00037, 0x070b9, 0x0335f }, + { 0x00038, 0x0002c, 0x1f109 }, { 0x00038, 0x0002e, 0x0248f }, { 0x00038, 0x065e5, 0x033e7 }, { 0x00038, 0x06708, 0x032c7 }, { 0x00038, 0x070b9, 0x03360 }, + { 0x00039, 0x0002c, 0x1f10a }, { 0x00039, 0x0002e, 0x02490 }, { 0x00039, 0x065e5, 0x033e8 }, { 0x00039, 0x06708, 0x032c8 }, @@ -1125,6 +1136,9 @@ struct rxvt_compose_entry { { 0x030fd, 0x03099, 0x030fe }, { 0x0fb49, 0x005c1, 0x0fb2c }, { 0x0fb49, 0x005c2, 0x0fb2d }, + { 0x11099, 0x110ba, 0x1109a }, + { 0x1109b, 0x110ba, 0x1109c }, + { 0x110a5, 0x110ba, 0x110ab }, { 0x1d157, 0x1d165, 0x1d15e }, { 0x1d158, 0x1d165, 0x1d15f }, { 0x1d15f, 0x1d16e, 0x1d160 },