From: Moriyoshi Koizumi Date: Thu, 24 Oct 2002 19:52:30 +0000 (+0000) Subject: Added € support to cp1252 table X-Git-Tag: php-4.3.0pre2~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2269ef4a3bc29c0a9372fae42898ad83a83488a;p=php Added € support to cp1252 table --- diff --git a/ext/standard/html.c b/ext/standard/html.c index 5a7d0a664e..0eace4b9af 100644 --- a/ext/standard/html.c +++ b/ext/standard/html.c @@ -43,7 +43,7 @@ typedef const char *entity_table_t; /* codepage 1252 is a Windows extension to iso-8859-1. */ static entity_table_t ent_cp_1252[] = { - NULL, NULL, "sbquo", "fnof", "bdquo", "hellip", "dagger", + "euro", NULL, "sbquo", "fnof", "bdquo", "hellip", "dagger", "Dagger", "circ", "permil", "Scaron", "lsaquo", "OElig", NULL, NULL, NULL, NULL, "lsquo", "rsquo", "ldquo", "rdquo", "bull", "ndash", "mdash", "tilde", "trade", "scaron", "rsaquo",