French Accents in <wiki> tag
Status: Pre-Alpha
Brought to you by:
apatheticgenius
Just tried to create a website that has french characters.
It seems that french accents (éčęŕďů for example) are
simply not shown on the output page.
For example, I create a page with a
<wiki>Réunions</wiki> link, and the link create is:
< a class="broken"
href="http://clubmij.netbench.net/wiki/?
action=edit&create=Runions" title="Club MIJ:
Create Runions page" >Runions+< /a > (the page is not
yet created)
If I create the page ("Runions") and edit the title of the
page to "Réunions", I am able to access it through ?
page=Réunions , but the title is Runions. The page
content itself works with accents without any problem.
Logged In: YES
user_id=1145506
Please try the attached version of classes/Wiki.class.php,
which should correct the problem. This was caused by a
regular expression that matched a-z rather than all possible
word characters.
Logged In: YES
user_id=1145506
Please try the attached version of classes/Wiki.class.php,
which should correct the problem. This was caused by a
regular expression that matched a-z rather than all possible
word characters.