Johnny, when I see your report it seems to be that URLs are parsed in iso-8859-x. Can it be? This is a setting in the app-server and it is too often defaulting to something that is not utf-8 (such as the platform encoding). In tomcat's server.xml, the Connector element can have an attribute URIEncoding="UTF-8".
hope it helps. paul Le 16 mars 2012 à 09:38, Непомнящий Евгений Игоревич a écrit : > Hello! > > I install XWiki Enterprise 3.5 with MySQL 5.5.17 and Tomcat7 on > windows server 2003. > Then I download and import default wiki. > > I switch to russian language in preferences\localisation and try to > search word "Песочница" (Sandbox on russian) > search url looks like this: > server:9080/xwiki/bin/view/Main/Search?text=Песочница > On opened page i see "Поиск: ÐеÑоÑниÑа " and no results. > > I can create, edit and see pages with russian text well. Only search dont > work. > > I also try to search word "Песочница" on site xwiki.org. > search url looks like this: > http://www.xwiki.org/xwiki/bin/view/Main/Search?text=%26%231055%3B%26%231077%3B%26%231089%3B%26%231086%3B%26%231095%3B%26%231085%3B%26%231080%3B%26%231094%3B%26%231072%3B > On opened page I see "Search: > Песочница" and > xwiki nod found russian translation of page Sandbox. > > Can you suggest something? Thank you > > > > > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
