summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2004-04-17 23:07:27 +0000
committerDerick Rethans <derick@php.net>2004-04-17 23:07:27 +0000
commit19db79ff1d222e2ad5ac86f72b4208ebc2aebc3b (patch)
tree1b969af173237b379b2c88c349a2f39593e2a643 /ext
parente3727d1061cd391d45b3c88653005a4bb80d6c60 (diff)
downloadphp-git-19db79ff1d222e2ad5ac86f72b4208ebc2aebc3b.tar.gz
- Fix for bug #28042 (greek letters in html to entitity mapping not correct)
Diffstat (limited to 'ext')
-rw-r--r--ext/standard/html.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/standard/html.c b/ext/standard/html.c
index 66e408cb91..4e0d636021 100644
--- a/ext/standard/html.c
+++ b/ext/standard/html.c
@@ -136,13 +136,13 @@ static entity_table_t ent_uni_spacing[] = {
static entity_table_t ent_uni_greek[] = {
/* 913 */
"Alpha", "Beta", "Gamma", "Delta", "Epsilon", "Zeta", "Eta", "Theta",
- "Iota", "Kappa", "Lambda", "Mu", "Nu", "X1", "Omicron", "P1", "Rho",
- NULL, "Sigma", "Tau", "Upsilon", "Ph1", "Ch1", "Ps1", "Omega",
+ "Iota", "Kappa", "Lambda", "Mu", "Nu", "Xi", "Omicron", "Pi", "Rho",
+ NULL, "Sigma", "Tau", "Upsilon", "Phi", "Chi", "Psi", "Omega",
/* 938 - 944 are not mapped */
NULL, NULL, NULL, NULL, NULL, NULL, NULL,
"alpha", "beta", "gamma", "delta", "epsilon", "zeta", "eta", "theta",
- "iota", "kappa", "lambda", "mu", "nu", "x1", "omicron", "p1", "rho",
- "sigmaf", "sigma", "tau", "upsilon", "ph1", "ch1", "ps1", "omega",
+ "iota", "kappa", "lambda", "mu", "nu", "xi", "omicron", "pi", "rho",
+ "sigmaf", "sigma", "tau", "upsilon", "phi", "chi", "psi", "omega",
/* 970 - 976 are not mapped */
NULL, NULL, NULL, NULL, NULL, NULL, NULL,
"thetasym", "ups1h",