diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2002-10-24 19:52:30 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2002-10-24 19:52:30 +0000 |
commit | f2269ef4a3bc29c0a9372fae42898ad83a83488a (patch) | |
tree | 8837d4853506b1eedac1b9dfaeec298d0caeee13 /ext/standard/html.c | |
parent | cb330eb5d7a9658dec7cc16830de21aa1cb54e2d (diff) | |
download | php-git-f2269ef4a3bc29c0a9372fae42898ad83a83488a.tar.gz |
Added € support to cp1252 table
Diffstat (limited to 'ext/standard/html.c')
-rw-r--r-- | ext/standard/html.c | 2 |
1 files changed, 1 insertions, 1 deletions
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", |