Opened 17 years ago
Closed 17 years ago
#2602 closed Bug (invalid)
Lithuanian letter "š" appers bad in HTML code
Reported by: | romanustin | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.3.2 |
Keywords: | Confirmed | Cc: |
Description
When typing letter "š" in Lithuanian language, it appears as "š" in HTML code. Althought all other letters apper as they are.
Firefox 3.0.3, Ubuntu
Attachments (1)
Change History (3)
Changed 17 years ago by
comment:1 Changed 17 years ago by
Keywords: | Confirmed added |
---|---|
Version: | FCKeditor 2.6.3 → FCKeditor 2.3.2 |
comment:2 Changed 17 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
The š letter is included in the standard HTML 4 entities table defined by the W3C, which is used in FCKeditor. The other characters in the screenshot are not defined there.
If you don't want the editor to convert characters to HTML entities, then just set ProcessHTMLEntities to false.