From bd2e99ee50edf0635a605487372dbc69c98edf87 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 11 May 2005 12:43:07 +0000 Subject: [PATCH] - Fixed bug #29119 (html_decode_entities handling of U+0152-U+0192 range) (merge error from 4.3) --- ext/standard/html.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" }; -- 2.40.0