[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/