]> granicus.if.org Git - php/commitdiff
Added € support to cp1252 table
authorMoriyoshi Koizumi <moriyoshi@php.net>
Thu, 24 Oct 2002 19:52:30 +0000 (19:52 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Thu, 24 Oct 2002 19:52:30 +0000 (19:52 +0000)
ext/standard/html.c

index 5a7d0a664e3cdd14796f8c97b66e93ffb75f2fc4..0eace4b9aff20645f502500ed76f4b828b49eb30 100644 (file)
@@ -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",