Hi,
did you have a look in the MySql database? Maybe, the content became
corrupt while the migration.
How is the content, for example a "ù", stored in the database?
-Marco
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