Menu

#8 French Accents in <wiki> tag

open
Wiki Engine (5)
5
2005-06-08
2005-06-08
Lucas Novae
No

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&amp;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.

Discussion

  • hyperlinkage

    hyperlinkage - 2005-06-09

    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.

     
  • hyperlinkage

    hyperlinkage - 2005-06-09
     
  • hyperlinkage

    hyperlinkage - 2005-06-09

    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.

     

Log in to post a comment.

Auth0 Logo