Title | Problems with accents when creating Wiki names |
Date | 21-Jan-2006 01:36:22 EET |
Version | 2.3.71 |
Submitter | Mariano Rico |
Bug criticality | BadBug |
Browser version | FireFox 1.5 |
Bug status | ClosedBug |
PageProvider used | VersioningFileProvider |
Servlet Container | Tomcat 5.5 |
Operating System | Windows XP |
URL | http://www.jspwiki.org/wiki/BugReports#section-BugReports-ProblemsWithAccentsWhenCreatingWikiNames![]() |
Java version | 1.4.02 |
When I try to create a page with accents (like Testíng page) y get "Test Ãn Page".
I use UTF-8 (jspwiki.encoding = UTF-8) Something must be wrong with the UTF-8 characters because they are different of the ones created by my previous JSPWiki version (2.3.33). For example, the í was coded as %C3%AD and now it is coded %C3%83.
This doesn't occurs in this JSPWiki version (2.3.65), you lucky!
Hi, I got the same problem... I resolve the wiki names changing the Charcode to Western Iso-8859-1 but now, I have problems with the Group and user names :/ Produção (en:Production) shows like Produção both in IE 6 and in the Firefox 1.5.0.7 I use the last stable version of the wiki 2.4.53
--Jean Marcel de M. G. e Camargo, 19-Sep-2006
FYI, a lot of UTF-8 issues are solved using the recommendation from Tomcat And UTF 8. I have no clue whether yours can be solved this way, but you light want to check. Good luck.
This bug is too generic; it's probably a configuration issue.