[xwiki-users] some encoding problems administering users
Hi, Following a previous thread ([xwiki-users] rendering pages with Groovy code), we are running a ISO-8859-1, 1.3-milestone-1.7186 XWiki server. Encoding seems to work fine now, but there is still at least an issue here. When we create/edit an user by using the new AJAX reach Administration utility, extended characters are not correctly entered/interpreted. Thus, the only moment we get correctly characters is when entered in each field. Once we hit the accept button, the right character is showed as weirds symbols. iso-8859-1 is also the value in HTTP Meta Information: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> Please, what could be our error here? Thanks! -- Ricardo RodrÃguez Your EPEC Network ICT Team
[Ricardo Rodriguez] Your EPEC Network ICT Team wrote:
Hi,
Following a previous thread ([xwiki-users] rendering pages with Groovy code), we are running a ISO-8859-1, 1.3-milestone-1.7186 XWiki server.
Encoding seems to work fine now, but there is still at least an issue here.
When we create/edit an user by using the new AJAX reach Administration utility, extended characters are not correctly entered/interpreted. Thus, the only moment we get correctly characters is when entered in each field. Once we hit the accept button, the right character is showed as weirds symbols.
iso-8859-1 is also the value in HTTP Meta Information:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
Please, what could be our error here?
Thanks!
Hi, This is because XmlHttpRequests by default have an UTF8 encoding, and the server expects 8859-1. Please file a bug report in jira. -- Sergiu Dumitriu http://purl.org/net/sergiu/
Sergiu Dumitriu wrote:
Hi,
This is because XmlHttpRequests by default have an UTF8 encoding, and the server expects 8859-1. Please file a bug report in jira.
Done. http://jira.xwiki.org/jira/browse/XWIKI-2117 -- Ricardo RodrÃguez Your EPEC Network ICT Team
participants (2)
-
[Ricardo Rodriguez] Your EPEC Network ICT Team -
Sergiu Dumitriu