html_table_gen.php 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816
  1. <?php
  2. /*
  3. +----------------------------------------------------------------------+
  4. | PHP Version 5 |
  5. +----------------------------------------------------------------------+
  6. | Copyright (c) 1997-2010 The PHP Group |
  7. +----------------------------------------------------------------------+
  8. | This source file is subject to version 3.01 of the PHP license, |
  9. | that is bundled with this package in the file LICENSE, and is |
  10. | available through the world-wide-web at the following url: |
  11. | http://www.php.net/license/3_01.txt |
  12. | If you did not receive a copy of the PHP license and are unable to |
  13. | obtain it through the world-wide-web, please send a note to |
  14. | license@php.net so we can mail you a copy immediately. |
  15. +----------------------------------------------------------------------+
  16. | Authors: Gustavo Lopes <cataphract@php.net> |
  17. +----------------------------------------------------------------------+
  18. */
  19. /* This file prints to stdout the contents of ext/standard/html_tables.h */
  20. /* put together with glue; have patience */
  21. $t = <<<CODE
  22. /*
  23. +----------------------------------------------------------------------+
  24. | PHP Version 5 |
  25. +----------------------------------------------------------------------+
  26. | Copyright (c) 1997-%s The PHP Group |
  27. +----------------------------------------------------------------------+
  28. | This source file is subject to version 3.01 of the PHP license, |
  29. | that is bundled with this package in the file LICENSE, and is |
  30. | available through the world-wide-web at the following url: |
  31. | http://www.php.net/license/3_01.txt |
  32. | If you did not receive a copy of the PHP license and are unable to |
  33. | obtain it through the world-wide-web, please send a note to |
  34. | license@php.net so we can mail you a copy immediately. |
  35. +----------------------------------------------------------------------+
  36. */
  37. /* \$Id$ */
  38. #ifndef HTML_TABLES_H
  39. #define HTML_TABLES_H
  40. /**************************************************************************
  41. ***************************************************************************
  42. ** THIS FILE IS AUTOMATICALLY GENERATED. DO NOT MODIFY IT. **
  43. ***************************************************************************
  44. ** Please change html_tables/html_table_gen.php instead and then **
  45. ** run it in order to generate this file **
  46. ***************************************************************************
  47. **************************************************************************/
  48. enum entity_charset { cs_utf_8, cs_8859_1, cs_cp1252, cs_8859_15, cs_cp1251,
  49. cs_8859_5, cs_cp866, cs_macroman, cs_koi8r, cs_big5,
  50. cs_gb2312, cs_big5hkscs, cs_sjis, cs_eucjp,
  51. cs_numelems /* used to count the number of charsets */
  52. };
  53. #define CHARSET_UNICODE_COMPAT(cs) ((cs) <= cs_8859_1)
  54. #define CHARSET_SINGLE_BYTE(cs) ((cs) > cs_utf_8 && (cs) < cs_big5)
  55. #define CHARSET_PARTIAL_SUPPORT(cs) ((cs) >= cs_big5)
  56. static const struct {
  57. const char *codeset;
  58. enum entity_charset charset;
  59. } charset_map[] = {
  60. { "ISO-8859-1", cs_8859_1 },
  61. { "ISO8859-1", cs_8859_1 },
  62. { "ISO-8859-15", cs_8859_15 },
  63. { "ISO8859-15", cs_8859_15 },
  64. { "utf-8", cs_utf_8 },
  65. { "cp1252", cs_cp1252 },
  66. { "Windows-1252", cs_cp1252 },
  67. { "1252", cs_cp1252 },
  68. { "BIG5", cs_big5 },
  69. { "950", cs_big5 },
  70. { "GB2312", cs_gb2312 },
  71. { "936", cs_gb2312 },
  72. { "BIG5-HKSCS", cs_big5hkscs },
  73. { "Shift_JIS", cs_sjis },
  74. { "SJIS", cs_sjis },
  75. { "932", cs_sjis },
  76. { "SJIS-win", cs_sjis },
  77. { "CP932", cs_sjis },
  78. { "EUCJP", cs_eucjp },
  79. { "EUC-JP", cs_eucjp },
  80. { "eucJP-win", cs_eucjp },
  81. { "KOI8-R", cs_koi8r },
  82. { "koi8-ru", cs_koi8r },
  83. { "koi8r", cs_koi8r },
  84. { "cp1251", cs_cp1251 },
  85. { "Windows-1251", cs_cp1251 },
  86. { "win-1251", cs_cp1251 },
  87. { "iso8859-5", cs_8859_5 },
  88. { "iso-8859-5", cs_8859_5 },
  89. { "cp866", cs_cp866 },
  90. { "866", cs_cp866 },
  91. { "ibm866", cs_cp866 },
  92. { "MacRoman", cs_macroman },
  93. { NULL }
  94. };
  95. /* longest entity name length excluding & and ; */
  96. #define LONGEST_ENTITY_LENGTH 31
  97. /* Definitions for mappings *to* Unicode.
  98. * The origin charset must have at most 256 code points.
  99. * The multi-byte encodings are not supported */
  100. typedef struct {
  101. unsigned short uni_cp[64];
  102. } enc_to_uni_stage2;
  103. typedef struct {
  104. const enc_to_uni_stage2 *inner[4];
  105. } enc_to_uni;
  106. /* bits 7-8 bits (only single bytes encodings supported )*/
  107. #define ENT_ENC_TO_UNI_STAGE1(k) ((k & 0xC0) >> 6)
  108. /* bits 1-6 */
  109. #define ENT_ENC_TO_UNI_STAGE2(k) ((k) & 0x3F)
  110. CODE;
  111. echo sprintf($t, date("Y"));
  112. $encodings = array(
  113. array(
  114. "ident" => "iso88591",
  115. "enumid" => 1,
  116. "name" => "ISO-8859-1",
  117. "file" => "mappings/8859-1.TXT",
  118. ),
  119. array(
  120. "ident" => "iso88595",
  121. "enumid" => 5,
  122. "name" => "ISO-8859-5",
  123. "file" => "mappings/8859-5.TXT",
  124. ),
  125. array(
  126. "ident" => "iso885915",
  127. "enumid" => 3,
  128. "name" => "ISO-8859-15",
  129. "file" => "mappings/8859-15.TXT",
  130. ),
  131. array(
  132. "ident" => "win1252",
  133. "enumid" => 2,
  134. "enumident" => "cp1252",
  135. "name" => "Windows-1252",
  136. "file" => "mappings/CP1252.TXT",
  137. ),
  138. array(
  139. "ident" => "win1251",
  140. "enumid" => 4,
  141. "enumident" => "cp1252",
  142. "name" => "Windows-1251",
  143. "file" => "mappings/CP1251.TXT",
  144. ),
  145. array(
  146. "ident" => "koi8r",
  147. "enumid" => 8,
  148. "name" => "KOI8-R",
  149. "file" => "mappings/KOI8-R.TXT",
  150. ),
  151. array(
  152. "ident" => "cp866",
  153. "enumid" => 6,
  154. "name" => "CP-866",
  155. "file" => "mappings/CP866.TXT",
  156. ),
  157. array(
  158. "ident" => "macroman",
  159. "enumid" => 7,
  160. "name" => "MacRoman",
  161. "file" => "mappings/ROMAN.TXT",
  162. ),
  163. );
  164. $prevStage2 = array();
  165. foreach ($encodings as $e) {
  166. echo
  167. "/* {{{ Mappings *to* Unicode for {$e['name']} */\n\n";
  168. /* process file */
  169. $map = array();
  170. $lines = explode("\n", file_get_contents($e{'file'}));
  171. foreach ($lines as $l) {
  172. if (preg_match("/^0x([0-9A-Z]{2})\t0x([0-9A-Z]{2,})/i", $l, $matches))
  173. $map[] = array($matches[1], $matches[2]);
  174. }
  175. $mappy = array();
  176. foreach ($map as $v) { $mappy[hexdec($v[0])] = hexdec($v[1]); }
  177. $mstable = array("ident" => $e['ident']);
  178. /* calculate two-stage tables */
  179. for ($i = 0; $i < 4; $i++) {
  180. for ($j = 0; $j < 64; $j++) {
  181. $cp = $i << 6 | $j;
  182. $mstable[$i][$j] = isset($mappy[$cp]) ? $mappy[$cp] : NULL;
  183. }
  184. }
  185. echo
  186. "/* {{{ Stage 2 tables for {$e['name']} */\n\n";
  187. $s2tables_idents = array();
  188. for ($i = 0; $i < 4; $i++) {
  189. if (($t = array_keys($prevStage2, $mstable[$i])) !== array()) {
  190. $s2tables_idents[$i] = $encodings[$t[0]/5]["ident"];
  191. continue;
  192. }
  193. $s2tables_idents[$i] = $e["ident"];
  194. echo "static const enc_to_uni_stage2 enc_to_uni_s2_{$e['ident']}_".
  195. sprintf("%02X", $i << 6)." = { {\n";
  196. for ($j = 0; $j < 64; $j++) {
  197. if ($j == 0) echo "\t";
  198. elseif ($j % 6 == 0) echo "\n\t";
  199. else echo " ";
  200. if ($mstable[$i][$j] !== NULL)
  201. echo sprintf("0x%04X,", $mstable[$i][$j]);
  202. else
  203. echo "0xFFFF,"; /* special value; indicates no mapping */
  204. }
  205. echo "\n} };\n\n";
  206. $prevStage2[] = $mstable[$i];
  207. }
  208. echo
  209. "/* end of stage 2 tables for {$e['name']} }}} */\n\n";
  210. echo
  211. "/* {{{ Stage 1 table for {$e['name']} */\n";
  212. echo
  213. "static const enc_to_uni enc_to_uni_{$e['ident']} = { {
  214. \t&enc_to_uni_s2_{$s2tables_idents[0]}_00,
  215. \t&enc_to_uni_s2_{$s2tables_idents[1]}_40,
  216. \t&enc_to_uni_s2_{$s2tables_idents[2]}_80,
  217. \t&enc_to_uni_s2_{$s2tables_idents[3]}_C0 }
  218. };
  219. ";
  220. echo
  221. "/* end of stage 1 table for {$e['name']} }}} */\n\n";
  222. }
  223. $maxencnum = max(array_map(function($e) { return $e['enumid']; }, $encodings));
  224. $a = range(0, $maxencnum);
  225. foreach ($encodings as $e) { $a[$e['enumid']] = $e['ident']; }
  226. echo
  227. "/* {{{ Index of tables for encoding conversion */
  228. static const enc_to_uni *const enc_to_uni_index[cs_numelems] = {\n";
  229. foreach ($a as $k => $v) {
  230. if (is_numeric($v))
  231. echo "\tNULL,\n";
  232. else
  233. echo "\t&enc_to_uni_$v,\n";
  234. }
  235. echo
  236. "};
  237. /* }}} */\n";
  238. $t = <<<CODE
  239. /* Definitions for mappings *from* Unicode */
  240. typedef struct {
  241. unsigned short un_code_point; /* we don't need bigger */
  242. unsigned char cs_code; /* currently, we only have maps to single-byte encodings */
  243. } uni_to_enc;
  244. CODE;
  245. echo $t;
  246. $encodings = array(
  247. array(
  248. "ident" => "iso885915",
  249. "name" => "ISO-8859-15",
  250. "file" => "mappings/8859-15.TXT",
  251. "range" => array(0xA4, 0xBE),
  252. ),
  253. array(
  254. "ident" => "win1252",
  255. "name" => "Windows-1252",
  256. "file" => "mappings/CP1252.TXT",
  257. "range" => array(0x80, 0x9F),
  258. ),
  259. array(
  260. "ident" => "win1251",
  261. "name" => "Windows-1251",
  262. "file" => "mappings/CP1251.TXT",
  263. "range" => array(0x80, 0xFF),
  264. ),
  265. array(
  266. "ident" => "koi8r",
  267. "name" => "KOI8-R",
  268. "file" => "mappings/KOI8-R.TXT",
  269. "range" => array(0x80, 0xFF),
  270. ),
  271. array(
  272. "ident" => "cp866",
  273. "name" => "CP-866",
  274. "file" => "mappings/CP866.TXT",
  275. "range" => array(0x80, 0xFF),
  276. ),
  277. array(
  278. "ident" => "macroman",
  279. "name" => "MacRoman",
  280. "file" => "mappings/ROMAN.TXT",
  281. "range" => array(0x80, 0xFF),
  282. ),
  283. );
  284. foreach ($encodings as $e) {
  285. echo
  286. "/* {{{ Mappings *from* Unicode for {$e['name']} */\n";
  287. /* process file */
  288. $map = array();
  289. $lines = explode("\n", file_get_contents($e{'file'}));
  290. foreach ($lines as $l) {
  291. if (preg_match("/^0x([0-9A-Z]{2})\t0x([0-9A-Z]{2,})\s+#\s*(.*)$/i", $l, $matches))
  292. $map[] = array($matches[1], $matches[2], rtrim($matches[3]));
  293. }
  294. $mappy = array();
  295. foreach ($map as $v) {
  296. if (hexdec($v[0]) >= $e['range'][0] && hexdec($v[0]) <= $e['range'][1])
  297. $mappy[hexdec($v[1])] = array(hexdec($v[0]), strtolower($v[2]));
  298. }
  299. ksort($mappy);
  300. echo
  301. "static const uni_to_enc unimap_{$e['ident']}[] = {\n";
  302. foreach ($mappy as $k => $v) {
  303. echo "\t{ ", sprintf("0x%04X", $k), ", ", sprintf("0x%02X", $v[0]), " },\t/* ",
  304. $v[1], " */\n";
  305. }
  306. echo "};\n";
  307. echo
  308. "/* {{{ end of mappings *from* Unicode for {$e['name']} */\n\n";
  309. }
  310. $data = file_get_contents("ents_html5.txt");
  311. $pass2 = false;
  312. $name = "HTML5";
  313. $ident = "html5";
  314. again:
  315. $t = <<<'CODE'
  316. /* HTML 5 has many more named entities.
  317. * Some of them map to two unicode code points, not one.
  318. * We're going to use a three-stage table (with an extra one for the entities
  319. * with two code points). */
  320. #define ENT_STAGE1_INDEX(k) (((k) & 0xFFF000) >> 12) /* > 1D, we have no mapping */
  321. #define ENT_STAGE2_INDEX(k) (((k) & 0xFC0) >> 6)
  322. #define ENT_STAGE3_INDEX(k) ((k) & 0x3F)
  323. #define ENT_CODE_POINT_FROM_STAGES(i,j,k) (((i) << 12) | ((j) << 6) | (k))
  324. /* Table should be organized with a leading row telling the size of
  325. * the table and the default entity (maybe NULL) and the rest being
  326. * normal rows ordered by code point so that we can do a binary search */
  327. typedef union {
  328. struct {
  329. unsigned size; /* number of remaining entries in the table */
  330. const char *default_entity;
  331. unsigned short default_entity_len;
  332. } leading_entry;
  333. struct {
  334. unsigned second_cp; /* second code point */
  335. const char *entity;
  336. unsigned short entity_len;
  337. } normal_entry;
  338. } entity_multicodepoint_row;
  339. /* blocks of these should start at code points k where k % 0xFC0 == 0 */
  340. typedef struct {
  341. char ambiguous; /* if 0 look into entity */
  342. union {
  343. struct {
  344. const char *entity; /* may be NULL */
  345. unsigned short entity_len;
  346. } ent;
  347. const entity_multicodepoint_row *multicodepoint_table;
  348. } data;
  349. } entity_stage3_row;
  350. /* Calculate k & 0x3F Use as offset */
  351. typedef const entity_stage3_row *entity_stage2_row; /* 64 elements */
  352. /* Calculate k & 0xFC0 >> 6. Use as offset */
  353. typedef const entity_stage3_row *const *entity_stage1_row; /* 64 elements */
  354. /* For stage 1, Calculate k & 0xFFF000 >> 3*4.
  355. * If larger than 1D, we have no mapping. Otherwise lookup that index */
  356. typedef struct {
  357. const entity_stage1_row *ms_table;
  358. /* for tables with only basic entities, this member is to be accessed
  359. * directly for better performance: */
  360. const entity_stage3_row *table;
  361. } entity_table_opt;
  362. /* Replaced "GT" > "gt" and "QUOT" > "quot" for consistency's sake. */
  363. CODE;
  364. if (!$pass2)
  365. echo $t;
  366. $dp = array();
  367. foreach (explode("\n", $data) as $l) {
  368. if (preg_match('/^(#?[a-z0-9]+)\s+([a-f0-9]+) ([a-f0-9]+)/i', $l, $matches)) {
  369. //echo sprintf("\t{\"%-21s 1, 0x%05d},\n", $matches[1].",", $matches[2]);
  370. $dp[] = array($matches[1], $matches[2], $matches[3]);
  371. } else if (preg_match('/^(#?[a-z0-9]+)\s+([a-f0-9]+)/i', $l, $matches)) {
  372. $dp[] = array($matches[1], $matches[2]);
  373. }
  374. }
  375. $origdp = $dp;
  376. usort($dp, function($a, $b) { return hexdec($a[1])-hexdec($b[1]); });
  377. $multicp_rows = array();
  378. foreach ($dp as $el) {
  379. if (count($el) == 3) {
  380. $multicp_rows[$el[1]] = array();
  381. }
  382. }
  383. foreach ($dp as $el) {
  384. if (key_exists($el[1], $multicp_rows)) {
  385. if (count($el) == 3)
  386. $multicp_rows[$el[1]][$el[2]] = $el[0];
  387. else
  388. $multicp_rows[$el[1]]["default"] = $el[0];
  389. }
  390. }
  391. if ($pass2 < 2)
  392. echo "/* {{{ Start of $name multi-stage table for codepoint -> entity */", "\n\n";
  393. else
  394. echo "/* {{{ Start of $name table for codepoint -> entity */", "\n\n";
  395. if (empty($multicp_rows))
  396. goto skip_multicp;
  397. ksort($multicp_rows);
  398. foreach ($multicp_rows as &$v) { ksort($v); }
  399. unset($v);
  400. echo
  401. "/* {{{ Start of double code point tables for $name */", "\n\n";
  402. foreach ($multicp_rows as $k => $v) {
  403. echo "static const entity_multicodepoint_row multi_cp_{$ident}_",
  404. sprintf("%05s", $k), "[] = {", "\n";
  405. if (key_exists("default", $v)) {
  406. if ($v['default'] == 'GT') /* hack to make > translate to &gt; not GT; */
  407. $v['default'] = "gt";
  408. echo "\t{ {", sprintf("%02d", count($v) - 1),
  409. ",\t\t", sprintf("\"%-21s", $v["default"].'",'), "\t",
  410. sprintf("% 2d", strlen($v["default"])), '} },', "\n";
  411. } else {
  412. echo "\t{ {", sprintf("%02d", count($v)),
  413. ",\t\t", sprintf("%-22s", 'NULL'), ",\t0} },\n";
  414. }
  415. unset($v["default"]);
  416. foreach ($v as $l => $w) {
  417. echo "\t{ {", sprintf("0x%05s", $l), ",\t", sprintf("\"%-21s", $w.'",'), "\t",
  418. sprintf("% 2d", strlen($w)), '} },', "\n";
  419. }
  420. echo "};\n";
  421. }
  422. echo "\n/* End of double code point tables }}} */", "\n\n";
  423. skip_multicp:
  424. if ($pass2 < 2)
  425. echo "/* {{{ Stage 3 Tables for $name */", "\n\n";
  426. $t = <<<CODE
  427. static const entity_stage3_row empty_stage3_table[] = {
  428. /* 64 elements */
  429. {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
  430. {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
  431. {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
  432. {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
  433. {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
  434. {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
  435. {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
  436. {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
  437. {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
  438. {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
  439. {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
  440. {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
  441. {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
  442. {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
  443. {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
  444. {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
  445. };
  446. CODE;
  447. if (!$pass2)
  448. echo $t;
  449. $mstable = array();
  450. foreach ($dp as $el) {
  451. $s1 = (hexdec($el[1]) & 0xFFF000) >> 12;
  452. $s2 = (hexdec($el[1]) & 0xFC0) >> 6;
  453. $s3 = hexdec($el[1]) & 0x3F;
  454. if (key_exists($el[1], $multicp_rows)) {
  455. $mstable[$s1][$s2][$s3] = "";
  456. } else {
  457. $mstable[$s1][$s2][$s3] = $el[0];
  458. }
  459. }
  460. for ($i = 0; $i < 0x1E; $i++) {
  461. for ($k = 0; $k < 64; $k++) {
  462. $any3 = false;
  463. $col3 = array();
  464. for ($l = 0; $l < 64; $l++) {
  465. if (isset($mstable[$i][$k][$l])) {
  466. $any3 = true;
  467. $col3[$l] = $mstable[$i][$k][$l];
  468. } else {
  469. $col3[$l] = null;
  470. }
  471. }
  472. if ($any3) {
  473. echo "static const entity_stage3_row stage3_table_{$ident}_",
  474. sprintf("%02X%03X", $i, $k << 6), "[] = {\n";
  475. foreach ($col3 as $y => $z) {
  476. if ($y == 0) echo "\t";
  477. elseif ($y % 4 == 0) echo "\n\t";
  478. else echo " ";
  479. if ($z === NULL)
  480. echo "{0, { {NULL, 0} } },";
  481. elseif ($z === "QUOT") /* hack to translate " into &quote;, not &QUOT; */
  482. echo "{0, { {\"quot\", 4} } },";
  483. elseif ($z !== "")
  484. echo "{0, { {\"$z\", ", strlen($z), "} } },";
  485. else
  486. echo "{1, { {(void *)", sprintf("multi_cp_{$ident}_%05X",
  487. ($i << 12) | ($k << 6) | $y ), "} } },";
  488. }
  489. echo "\n};\n\n";
  490. }
  491. }
  492. }
  493. if ($pass2 < 2)
  494. echo "/* end of stage 3 Tables for $name }}} */", "\n\n";
  495. if ($pass2 > 1)
  496. goto hashtables;
  497. echo
  498. "/* {{{ Stage 2 Tables for $name */", "\n\n";
  499. $t = <<<CODE
  500. static const entity_stage2_row empty_stage2_table[] = {
  501. empty_stage3_table, empty_stage3_table, empty_stage3_table, empty_stage3_table,
  502. empty_stage3_table, empty_stage3_table, empty_stage3_table, empty_stage3_table,
  503. empty_stage3_table, empty_stage3_table, empty_stage3_table, empty_stage3_table,
  504. empty_stage3_table, empty_stage3_table, empty_stage3_table, empty_stage3_table,
  505. empty_stage3_table, empty_stage3_table, empty_stage3_table, empty_stage3_table,
  506. empty_stage3_table, empty_stage3_table, empty_stage3_table, empty_stage3_table,
  507. empty_stage3_table, empty_stage3_table, empty_stage3_table, empty_stage3_table,
  508. empty_stage3_table, empty_stage3_table, empty_stage3_table, empty_stage3_table,
  509. empty_stage3_table, empty_stage3_table, empty_stage3_table, empty_stage3_table,
  510. empty_stage3_table, empty_stage3_table, empty_stage3_table, empty_stage3_table,
  511. empty_stage3_table, empty_stage3_table, empty_stage3_table, empty_stage3_table,
  512. empty_stage3_table, empty_stage3_table, empty_stage3_table, empty_stage3_table,
  513. empty_stage3_table, empty_stage3_table, empty_stage3_table, empty_stage3_table,
  514. empty_stage3_table, empty_stage3_table, empty_stage3_table, empty_stage3_table,
  515. empty_stage3_table, empty_stage3_table, empty_stage3_table, empty_stage3_table,
  516. empty_stage3_table, empty_stage3_table, empty_stage3_table, empty_stage3_table,
  517. };
  518. CODE;
  519. if (!$pass2)
  520. echo $t;
  521. for ($i = 0; $i < 0x1E; $i++) {
  522. $any = false;
  523. for ($k = 0; $k < 64; $k++) {
  524. if (isset($mstable[$i][$k]))
  525. $any = true;
  526. }
  527. if ($any) {
  528. echo "static const entity_stage2_row stage2_table_{$ident}_",
  529. sprintf("%02X000", $i), "[] = {\n";
  530. for ($k = 0; $k < 64; $k++) {
  531. if ($k == 0) echo "\t";
  532. elseif ($k % 4 == 0) echo "\n\t";
  533. else echo " ";
  534. if (isset($mstable[$i][$k])) {
  535. echo sprintf("stage3_table_{$ident}_%05X", ($i << 12) | ($k << 6)), ",";
  536. } else {
  537. echo "empty_stage3_table", ",";
  538. }
  539. }
  540. echo "\n};\n\n";
  541. }
  542. }
  543. echo
  544. "/* end of stage 2 tables for $name }}} */", "\n\n";
  545. echo "static const entity_stage1_row entity_ms_table_{$ident}[] = {\n";
  546. for ($i = 0; $i < 0x1E; $i++) {
  547. if (isset($mstable[$i]))
  548. echo "\t", sprintf("stage2_table_{$ident}_%02X000", $i), ",\n";
  549. else
  550. echo "\tempty_stage2_table,\n";
  551. }
  552. echo "};\n\n";
  553. echo
  554. "/* end of $name multi-stage table for codepoint -> entity }}} */\n\n";
  555. /* commented-out; this enabled binary search, which turned out to be
  556. * significantly slower than the hash tables for html 5 entities */
  557. //echo
  558. //"/* {{{ HTML 5 tables for entity -> codepoint */", "\n\n";
  559. //$t = <<<CODE
  560. //typedef struct {
  561. // const char *entity;
  562. // unsigned short entity_len;
  563. // unsigned int codepoint1;
  564. // unsigned int codepoint2;
  565. //} entity_cp_map;
  566. //
  567. //#define ENTITY_CP_MAP_CMP(l, lsize, r, rsize) \
  568. // ( ((lsize)==(rsize)) ? (memcmp((l), (r), (lsize))) : ((lsize)-(rsize)) )
  569. //
  570. //static const entity_cp_map html5_ent_cp_map[] = {
  571. //
  572. //CODE;
  573. //echo $t;
  574. //
  575. //$dp = $origdp;
  576. //usort($dp, function($a, $b) { $d = strlen($a[0])-strlen($b[0]);
  577. // return $d==0?strcmp($a[0], $b[0]):$d; });
  578. //
  579. //$k = 0;
  580. //foreach ($dp as $o) {
  581. // if ($k == 0) echo "\t";
  582. // elseif ($k % 3 == 0) echo "\n\t";
  583. // else echo " ";
  584. // if (isset($o[2]))
  585. // echo sprintf('{"%s", %d, 0x%X, 0x%X},', $o[0], strlen($o[0]),
  586. // hexdec($o[1]), hexdec($o[2]));
  587. // else
  588. // echo sprintf('{"%s", %d, 0x%X, 0},', $o[0], strlen($o[0]),
  589. // hexdec($o[1]));
  590. //
  591. // if (isset($o[2])) {
  592. // $entlen = strlen($o[0]) + 2;
  593. // $utf8len = strlen(
  594. // mb_convert_encoding("&#x{$o[1]};&#x{$o[2]};", "UTF-8", "HTML-ENTITIES"));
  595. // if ($utf8len > $entlen*1.2) {
  596. // die("violated assumption for traverse_for_entities");
  597. // }
  598. // }
  599. //
  600. // $k++;
  601. //}
  602. //echo "\n};\n\n";
  603. //
  604. //echo "static const size_t html5_ent_cp_map_size = $k;\n\n";
  605. //
  606. //echo
  607. //"/* end of HTML 5 tables for entity -> codepoint }}} */\n\n";
  608. hashtables:
  609. echo
  610. "/* {{{ $name hash table for entity -> codepoint */", "\n\n";
  611. $t = <<<CODE
  612. typedef struct {
  613. const char *entity;
  614. unsigned short entity_len;
  615. unsigned int codepoint1;
  616. unsigned int codepoint2;
  617. } entity_cp_map;
  618. typedef const entity_cp_map *entity_ht_bucket;
  619. typedef struct {
  620. unsigned num_elems; /* power of 2 */
  621. const entity_ht_bucket *buckets; /* .num_elems elements */
  622. } entity_ht;
  623. static const entity_cp_map ht_bucket_empty[] = { {NULL, 0, 0, 0} };
  624. CODE;
  625. if (!$pass2)
  626. echo $t;
  627. function hashfun($str)
  628. {
  629. $hash = 5381;
  630. $nKeyLength = strlen($str);
  631. $pos = 0;
  632. for (; $nKeyLength > 0; $nKeyLength--) {
  633. $hash = (int)(((int)(((int)($hash << 5)) + $hash)) + ord($str[$pos++]))
  634. & 0xFFFFFFFF;
  635. }
  636. return $hash;
  637. }
  638. $numelems = max(pow(2, ceil(log(1.5*count($origdp))/log(2))),16);
  639. $mask = $numelems - 1;
  640. $hashes = array();
  641. foreach ($origdp as $e) {
  642. $hashes[hashfun($e[0]) & $mask][] = $e;
  643. if (isset($e[2])) {
  644. $entlen = strlen($e[0]) + 2;
  645. $utf8len = strlen(
  646. mb_convert_encoding("&#x{$e[1]};&#x{$e[2]};", "UTF-8", "HTML-ENTITIES"));
  647. if ($utf8len > $entlen*1.2) {
  648. die("violated assumption for traverse_for_entities");
  649. }
  650. }
  651. }
  652. for ($i = 0; $i < $numelems; $i++) {
  653. if (empty($hashes[$i]))
  654. continue;
  655. echo "static const entity_cp_map ht_bucket_{$ident}_", sprintf("%03X", $i) ,"[] = {";
  656. foreach ($hashes[$i] as $h) {
  657. if (isset($h[2])) {
  658. echo sprintf(' {"%s", %d, 0x%05X, 0x%05X},',
  659. $h[0], strlen($h[0]), hexdec($h[1]), hexdec($h[2]));
  660. } else {
  661. echo sprintf(' {"%s", %d, 0x%05X, 0},',
  662. $h[0], strlen($h[0]), hexdec($h[1]));
  663. }
  664. }
  665. echo " {NULL, 0, 0, 0} };\n";
  666. }
  667. echo "\n";
  668. echo
  669. "static const entity_cp_map *const ht_buckets_{$ident}[] = {\n";
  670. for ($i = 0; $i < $numelems; $i++) {
  671. if ($i == 0) echo "\t";
  672. elseif ($i % 4 == 0) echo "\n\t";
  673. else echo " ";
  674. if (empty($hashes[$i]))
  675. echo "ht_bucket_empty,";
  676. else
  677. echo "ht_bucket_{$ident}_", sprintf("%03X", $i), ",";
  678. }
  679. echo "\n};\n\n";
  680. echo
  681. "static const entity_ht ent_ht_{$ident} = {
  682. ", sprintf("0x%X", $numelems), ",
  683. ht_buckets_{$ident}
  684. };\n\n";
  685. echo
  686. "/* end of $name hash table for entity -> codepoint }}} */\n\n";
  687. if (!$pass2) {
  688. $data = file_get_contents("ents_html401.txt");
  689. $pass2 = 1;
  690. $name = "HTML 4.01";
  691. $ident = "html4";
  692. goto again;
  693. } elseif ($pass2 == 1) {
  694. $data = file_get_contents("ents_basic.txt");
  695. $pass2 = 2;
  696. $name = "Basic entities (no apos)";
  697. $ident = "be_noapos";
  698. goto again;
  699. } elseif ($pass2 == 2) {
  700. $data = file_get_contents("ents_basic_apos.txt");
  701. $pass2 = 3;
  702. $name = "Basic entities (with apos)";
  703. $ident = "be_apos";
  704. goto again;
  705. }
  706. echo "#endif /* HTML_TABLES_H */\n";