[xwiki-users] XWiki vs. cyrillics
Dear developers, Recently I had been checking each and every step in XWiki cyrillic management. Brief results from last to least: 1. Office integration: no way to work with cyrillic page names http://jira.xwiki.org/browse/XOFFICE-252 2. Eclipse:: no way to work with cyrillic space names http://jira.xwiki.org/browse/XECLIPSE-154 3. $response.sendRedirect() gives ??? instead of cyrillic letters, so some scripts become useless, Parent Page search suggest in edit mode gives ??? instead of cyrillic http://jira.xwiki.org/browse/XWIKI-6955 The rest works fine, or I didn't discover it yet :-)))) As far as I understand XWiki, all these bug should live somewhere in the core, maybe somewhere else also and it's not so trivial to fix it. The question is: what are priorities in XWiki development and is it planned to make cyrillic users happy to use all XWiki features available in nearest future? Thanks a lot for understanding. Kind regards. Dmitry Bakbardin
Dimitry, I do not of Eclipse or Office integrations (I would fear for both) but I would suspect number 3 is related to the request encoding (the encoding of map from %xx to string values). I believe we have it right on draft.i2geo.net. Our xwiki is very old but indeed I could not set a parent on. http://draft.i2geo.net/xwiki/bin/view/песочница/Test2 (that is... set the parent to be песочница.Test2 fails displaying it whereas it succeeds if Main.WebHome) The issues you report do seem to come with proposed fixes. I had many lucks in getting things migrated with a proposed fix... core committers will be good at polishing the respect of code conventions. paul Le 18 sept. 2011 à 10:02, Haru Mamburu a écrit :
Dear developers,
Recently I had been checking each and every step in XWiki cyrillic management.
Brief results from last to least:
1. Office integration: no way to work with cyrillic page names http://jira.xwiki.org/browse/XOFFICE-252 2. Eclipse:: no way to work with cyrillic space names http://jira.xwiki.org/browse/XECLIPSE-154 3. $response.sendRedirect() gives ??? instead of cyrillic letters, so some scripts become useless, Parent Page search suggest in edit mode gives ??? instead of cyrillic http://jira.xwiki.org/browse/XWIKI-6955
The rest works fine, or I didn't discover it yet :-))))
As far as I understand XWiki, all these bug should live somewhere in the core, maybe somewhere else also and it's not so trivial to fix it.
The question is: what are priorities in XWiki development and is it planned to make cyrillic users happy to use all XWiki features available in nearest future?
Thanks a lot for understanding.
Kind regards.
Dmitry Bakbardin _______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Haru Mamburu -
Paul Libbrecht