Diego Ruotolo ha scritto:
Diego Ruotolo ha scritto:
Hi, I have encountered an encoding problem during migration from 0.9.8 to 1.3 : some character, like "ù", are encoded in strange way, like "ù". I followed the howto on http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Encoding, but the result was the same. I give you some data:
0.9.8: - HTML, Tomcat, XWiki: ISO-8859-1 - MySql, System: UTF-8 - None was specified in the hibernate.cfg.xml file
1.3: - HTML, XWiki, System, Hibernate, Jetty, hsqldb: UTF-8
I also tried with different encoding configuration, i.e.: XWiki, HTML and Jetty with ISO-8859-1, but nothing happened. The migration was made using the import/export tool. Can you help me? Thanks
Diego
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hi, anyone can help me, please? Thanks
Hi, I think the problem is an incorrect DTD. If I see HTML source the header is: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> To support UTF-8, it should be: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> Does anyone know how to change it? Thanks!