Home » Text » Text_Wiki » Bug #1362
accented letters not translated to HTML entities
Details
| Submitted | 2004-05-07 12:49 UTC |
|---|---|
| From | Mij <mij at bitchx dot it> |
| Assigned | pmjones |
| Status | Closed |
| Package | Text_Wiki |
| PHP Version | Irrelevant |
| OS | all |
| Roadmaps | (Not assigned) |
Comments
[2004-05-07 12:49 UTC] Mij <mij at bitchx dot it>
Description:
------------
From the help page
"All text is entered as plain text, and will be converted to HTML entities
as necessary. This means that <, >, &, and so on are converted for you
(except in special situations where the characters are Wiki markup;
Text_Wiki is generally smart enough to know when to convert and when
not to)"
accented letters are actually NOT translated to entities. This is
really bad for languages which rely on them. For example, italian
has "e" and "รจ", meaning "and" and "[he] is".
Text_wiki stores that non ascii as-they-are.