#983 closed Bug (fixed)
HTML Entities Codes... some are missing
Reported by: | Ajos1 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
Component: | General | Version: | |
Keywords: | Cc: |
Description
HTML Entities Codes... some are missing...
I have taken this list of HTML Entities codes... and paste them into FckEditor (in source mode). I go back to wysiwyg mode... and then back to Source mode.
Most of the HTML Entities are shown in their correct &-format ... but some are shown as they UTF8 representation... This means that some of the HTML Entities are missing from your translation table.
The Complete code list is:
á Á â  æ Æ à À α Α å Å ã à ä Ä β Β ç Ç χ Χ † ‡ ↓ ⇓ δ Δ é É ê Ê è È ε Ε η Η ð Ð ë Ë γ Γ ↔ ⇔ í Í î Î ì Ì ι Ι ï Ï κ Κ λ Λ ← ⇐ μ Μ ñ Ñ ν Ν ó Ó ô Ô œ Œ ò Ò ω Ω ο Ο ø Ø õ Õ ö Ö φ Φ π Π ′ ″ ψ Ψ → ⇒ ρ Ρ š Š σ Σ τ Τ θ Θ þ Þ ú Ú ↑ ⇑ û Û ù Ù υ Υ ü Ü ξ Ξ ý Ý ÿ Ÿ ζ Ζ
´ ℵ ∧ ∠ ≈ „ ¦ • ∩ ¸ ¢ ˆ ♣ ≅ © ↵ ∪ ¤ ° ♦ ÷ ∅     ≡ € ∃ ƒ ∀ ½ ¼ ¾ ⁄ ≥ ♥ … ¡ ℑ ∞ ∫ ¿ ∈ ⟨ « ⌈ “ ≤ ⌊ ∗ ◊ ‎ ‹ ‘ ¯ µ · − ∇ ≠ ∋ ¬ ∉ ⊄ ‾ ⊕ ∨ ª º ⊗ ¶ ∂ ‰ ⊥ ϖ ± £ ∏ ∝ √ ⟩ » ⌉ ” ℜ ® ⌋ ‏ › ’ ‚ ⋅ § ­ ς ∼ ♠ ⊂ ⊆ ∑ ⊃ ¹ ² ³ ⊇ ß ∴ ϑ   ˜ × ™ ¨ ϒ ℘ ¥ ‍ ‌
Change History (7)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
I used this as my reference for what codes should be defined...
http://www.eki.ee/letter/chardata.cgi?HTML4=1
I hope this is useful...
comment:3 Changed 17 years ago by
I am briefly wondering if ⟨ and ⟩ are standard... as they appear as boxes in a browser... the other 7 are standard...
comment:4 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
&lang and &rang are standard entity codes, as defined in the XHTML 1.0 DTD.
I've added the missing characters in change set [500]. Thanks for the report.
comment:5 Changed 17 years ago by
Milestone: | → FCKeditor 2.5 |
---|
comment:6 Changed 9 years ago by
I just encountered this same bug with version 4.5.2 of CKeditor
If I try to enter the HTML code for thin space -   - in HTML mode, then switch back to wysiwyg, I no longer see the thinspace HTML code, but it gets replaced with the actual character.
Perhaps some of the HTML entities are missed? I can definitely see   in the original bug report attached here 8 years ago
comment:7 Changed 9 years ago by
Please try this text 555 555 555
and paste it into source mode. Next switch modes wysiwyg/source/wysiwyg/source
In source mode you will see  
while in HTML you will see ' '. This is normal that entity is translated to standard character in wysiwtyg mode. The entity is not gone. It is there is source mode and when you get data from editor using getData
method.
The ones that I think are missing are:
⟨ ⌈ ⌊ ϖ ⟩ ⌉ ⌋ ϑ ϒ