[q-lang-cvs] q/src w3centities.c,1.1,1.2
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-01-18 02:31:50
|
Update of /cvsroot/q-lang/q/src In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24143 Modified Files: w3centities.c Log Message: fix some minor glitches in the generated entities table, as pointed out by John Cowan Index: w3centities.c =================================================================== RCS file: /cvsroot/q-lang/q/src/w3centities.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** w3centities.c 16 Jan 2008 09:02:46 -0000 1.1 --- w3centities.c 18 Jan 2008 02:31:46 -0000 1.2 *************** *** 1,3 **** ! /* generated from w3centities.ent Wed Jan 16 08:17:24 2008 */ typedef struct ENTITY { char *name; long c; } Entity; --- 1,3 ---- ! /* generated from w3centities.ent Fri Jan 18 03:24:08 2008 */ typedef struct ENTITY { char *name; long c; } Entity; *************** *** 89,93 **** { "Dopf", 0x1D53B }, { "Dot", 0x000A8 }, - { "DotDot", 0x020DC }, { "DotEqual", 0x02250 }, { "DoubleContourIntegral", 0x0222F }, --- 89,92 ---- *************** *** 107,111 **** { "DownArrowBar", 0x02913 }, { "DownArrowUpArrow", 0x021F5 }, - { "DownBreve", 0x00311 }, { "DownLeftRightVector", 0x02950 }, { "DownLeftTeeVector", 0x0295E }, --- 106,109 ---- *************** *** 500,504 **** { "TildeTilde", 0x02248 }, { "Topf", 0x1D54B }, - { "TripleDot", 0x020DB }, { "Tscr", 0x1D4AF }, { "Tstrok", 0x00166 }, --- 498,501 ---- *************** *** 517,521 **** { "Ugrave", 0x000D9 }, { "Umacr", 0x0016A }, - { "UnderBar", 0x00332 }, { "UnderBrace", 0x0FE38 }, { "UnderBracket", 0x023B5 }, --- 514,517 ---- *************** *** 606,609 **** --- 602,606 ---- { "amacr", 0x00101 }, { "amalg", 0x02A3F }, + { "amp", 0x00026 }, { "and", 0x02227 }, { "andand", 0x02A55 }, *************** *** 1356,1359 **** --- 1353,1357 ---- { "lsquor", 0x0201A }, { "lstrok", 0x00142 }, + { "lt", 0x0003C }, { "ltcc", 0x02AA6 }, { "ltcir", 0x02A79 }, *************** *** 1922,1926 **** { "tcedil", 0x00163 }, { "tcy", 0x00442 }, - { "tdot", 0x020DB }, { "telrec", 0x02315 }, { "tfr", 0x1D531 }, --- 1920,1923 ---- |