PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Text » Text_Wiki » Bug #1362

accented letters not translated to HTML entities

Details

Submitted2004-05-07 12:49 UTC
FromMij <mij at bitchx dot it>
Assignedpmjones
StatusClosed
PackageText_Wiki
PHP VersionIrrelevant
OSall
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.