From: Joe Orton Date: Wed, 11 May 2005 12:43:07 +0000 (+0000) Subject: - Fixed bug #29119 (html_decode_entities handling of U+0152-U+0192 range) X-Git-Tag: php-5.0.1b1~255 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd2e99ee50edf0635a605487372dbc69c98edf87;p=php - Fixed bug #29119 (html_decode_entities handling of U+0152-U+0192 range) (merge error from 4.3) --- diff --git a/ext/standard/html.c b/ext/standard/html.c index a50f1fd4f3..387d922f9e 100644 --- a/ext/standard/html.c +++ b/ext/standard/html.c @@ -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" };