1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 01:32:22 +01:00

- Fixed bug #29119 (html_decode_entities handling of U+0152-U+0192 range)

(merge error from 4.3)
This commit is contained in:
Joe Orton
2005-05-11 12:43:07 +00:00
parent 1f604371b0
commit bd2e99ee50

View File

@@ -115,11 +115,11 @@ static entity_table_t ent_uni_338_402[] = {
"Scaron", "scaron", NULL, NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
/* 376 (0x0178)
/* 376 (0x0178) */
"Yuml", NULL, NULL, NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, */
/* 400 (0x0190)*/
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
/* 400 (0x0190) */
NULL, NULL, "fnof"
};