ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/table/compose.h
(Generate patch)

Comparing rxvt-unicode/src/table/compose.h (file contents):
Revision 1.1 by pcg, Thu Mar 4 02:05:49 2004 UTC vs.
Revision 1.2 by pcg, Thu Mar 4 03:04:53 2004 UTC

1// 1//
2// AUTOMATICALLLY GENERATED by gencompose 2// AUTOMATICALLLY GENERATED by gencompose
3// 3//
4 4
5struct rxvt_compose { 5struct rxvt_compose_entry {
6 uint32_t c1, c2, r; 6 uint32_t c1, c2, r;
7} rxvt_compose_table = { 7} rxvt_compose_table[] = {
8#ifdef ENCODING_COMPOSE 8#ifdef ENCODING_COMPOSE
9 { 0x00020, 0x00301, 0x000b4 }, 9 { 0x00020, 0x00301, 0x000b4 },
10 { 0x00020, 0x00303, 0x002dc }, 10 { 0x00020, 0x00303, 0x002dc },
11 { 0x00020, 0x00304, 0x000af }, 11 { 0x00020, 0x00304, 0x000af },
12 { 0x00020, 0x00305, 0x0203e }, 12 { 0x00020, 0x00305, 0x0203e },
1304 { 0x1d1ba, 0x1d165, 0x1d1bc }, 1304 { 0x1d1ba, 0x1d165, 0x1d1bc },
1305 { 0x1d1bb, 0x1d16e, 0x1d1bd }, 1305 { 0x1d1bb, 0x1d16e, 0x1d1bd },
1306 { 0x1d1bb, 0x1d16f, 0x1d1bf }, 1306 { 0x1d1bb, 0x1d16f, 0x1d1bf },
1307 { 0x1d1bc, 0x1d16e, 0x1d1be }, 1307 { 0x1d1bc, 0x1d16e, 0x1d1be },
1308 { 0x1d1bc, 0x1d16f, 0x1d1c0 }, 1308 { 0x1d1bc, 0x1d16f, 0x1d1c0 },
1309#define ENCODING_COMPOSE_COUNT 1300
1310#else
1311#define ENCODING_COMPOSE_COUNT 0
1312#endif 1309#endif
1313}; 1310};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines