Description
Another issue on the topic of character encoding. I cannot create the following page, as the page creation link includes 2 quotations marks.
Steps to reproduce
- Go to the non existing page indicated below.
- Try to start from a new blank page.
Example
URL: LeçonDeWiki/BrèveIntroduction/000 Qu'est ce qu'un Wiki ?
Details
This Wiki.
Workaround
Discussion
- OK, this is a bug. Please report it separatly on a new bug report page.
Its not the quotation marks, its the double questions mark. Seems that the Action macro does not quote the page name properly.
Try this link: http://moinmoin.wikiwikiweb.de/LeçonDeWiki/BrèveIntroduction/000_Qu'est_ce_qu'un_Wiki_%3f?action=edit
This link is working nicely for me.
Fixed by using page.link_to to create the link to the page, it handles all quoting for us, for both the page name, the query string and the text displayed.
Plan
- Priority:
- Assigned to:
- Status: fixed in patch-553