ID: 7535 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Analyzed Bug Type: Feature/Change Request Operating System: FreeBSD PHP Version: 4.0.3pl1 New Comment:
ÿ and € are implemented. (€ when using the iso-8859-15 charset.) the other entities are not included because htmlentities() does not handle entities outside of the 8-bit character range. Previous Comments: ------------------------------------------------------------------------ [2000-10-30 13:26:39] [EMAIL PROTECTED] These are the entities not listed in this function. Character entity references in HTML 4 (http://www.w3.org/TR/html4/sgml/entities.html) "ÿ" => "ÿ" "ƒ" => "ƒ" "Α" => "Α" "Β" => "Β" "Γ" => "Γ" "Δ" => "Δ" "Ε" => "Ε" "Ζ" => "Ζ" "Η" => "Η" "Θ" => "Θ" "Ι" => "Ι" "Κ" => "Κ" "Λ" => "Λ" "Μ" => "Μ" "Ν" => "Ν" "Ξ" => "Ξ" "Ο" => "Ο" "Π" => "Π" "Ρ" => "Ρ" "Σ" => "Σ" "Τ" => "Τ" "Υ" => "Υ" "Φ" => "Φ" "Χ" => "Χ" "Ψ" => "Ψ" "Ω" => "Ω" "α" => "α" "β" => "β" "γ" => "γ" "δ" => "δ" "ε" => "ε" "ζ" => "ζ" "η" => "η" "θ" => "θ" "ι" => "ι" "κ" => "κ" "λ" => "λ" "μ" => "μ" "ν" => "ν" "ξ" => "ξ" "ο" => "ο" "π" => "π" "ρ" => "ρ" "ς" => "ς" "σ" => "σ" "τ" => "τ" "υ" => "υ" "φ" => "φ" "χ" => "χ" "ψ" => "ψ" "ω" => "ω" "ϑ" => "ϑ" "ϒ" => "ϒ" "ϖ" => "ϖ" "•" => "•" "…" => "…" "′" => "′" "″" => "″" "‾" => "‾" "⁄" => "⁄" "℘" => "℘" "ℑ" => "ℑ" "ℜ" => "ℜ" "™" => "™" "ℵ" => "ℵ" "←" => "←" "↑" => "↑" "→" => "→" "↓" => "↓" "↔" => "↔" "↵" => "↵" "⇐" => "⇐" "⇑" => "⇑" "⇒" => "⇒" "⇓" => "⇓" "⇔" => "⇔" "∀" => "∀" "∂" => "∂" "∃" => "∃" "∅" => "∅" "∇" => "∇" "∈" => "∈" "∉" => "∉" "∋" => "∋" "∏" => "∏" "∑" => "∑" "−" => "−" "∗" => "∗" "√" => "√" "∝" => "∝" "∞" => "∞" "∠" => "∠" "∧" => "∧" "∨" => "∨" "∩" => "∩" "∪" => "∪" "∫" => "∫" "∴" => "∴" "∼" => "∼" "≅" => "≅" "≈" => "≈" "≠" => "≠" "≡" => "≡" "≤" => "≤" "≥" => "≥" "⊂" => "⊂" "⊃" => "⊃" "⊄" => "⊄" "⊆" => "⊆" "⊇" => "⊇" "⊕" => "⊕" "⊗" => "⊗" "⊥" => "⊥" "⋅" => "⋅" "⌈" => "⌈" "⌉" => "⌉" "⌊" => "⌊" "⌋" => "⌋" "⟨" => "〈" "⟩" => "〉" "◊" => "◊" "♠" => "♠" "♣" => "♣" "♥" => "♥" "♦" => "♦" "Œ" => "Œ" "œ" => "œ" "Š" => "Š" "š" => "š" "Ÿ" => "Ÿ" "ˆ" => "ˆ" "˜" => "˜" " " => " " " " => " " " " => " " "‌" => "‌" "‍" => "‍" "‎" => "‎" "‏" => "‏" "–" => "–" "—" => "—" "‘" => "‘" "’" => "’" "‚" => "‚" "“" => "“" "”" => "”" "„" => "„" "†" => "†" "‡" => "‡" "‰" => "‰" "‹" => "‹" "›" => "›" "€" => "€" ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=7535&edit=1