]> granicus.if.org Git - php/commitdiff
- Fixed bug #29119 (html_decode_entities handling of U+0152-U+0192 range)
authorJoe Orton <jorton@php.net>
Wed, 11 May 2005 12:43:07 +0000 (12:43 +0000)
committerJoe Orton <jorton@php.net>
Wed, 11 May 2005 12:43:07 +0000 (12:43 +0000)
(merge error from 4.3)

ext/standard/html.c

index a50f1fd4f39d40c4448cab8382dc0889dcb3f82a..387d922f9ecf2431d4d6cc79f556925718ea50e4 100644 (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"
 };