On Sep 12, 2011, at 5:05 AM, Haru Mamburu wrote:
Dear Users,
I found bug with cyrillic letters in velocity Scripting. Does it happen only with
cyrillic?
http://jira.xwiki.org/browse/XWIKI-6955
Something similar was found in this extention
http://extensions.xwiki.org/xwiki/bin/view/Extension/Extract+Wikipedia+Arti…
I wrote a comment to the page. Should I report it as a bug, or its not supported by XWiki
development team?
It's simply that xwiki.org's DB is currently configured in iso 8859-1 instead of
UTF8 AFAIK.
Are you sure **all** your subsystems are correctly configured in UTF8:
- your servlet container
- your database
- your xwiki instance
?
Cyrillic users would be unhappy if scripting has such
"other languages" limitations. :-(
Is it possible to fix this somehow?
Yes see above.
Thanks
-Vincent
As to: http://jira.xwiki.org/browse/XWIKI-6955
Same Script again. The question is:
If you enter "Smith John" in the input field, script creates page
"SmithJohn". Is it possible somehow to keep the space mark between Last name and
first name in the page name after script?
Thanks in advance
Dmitry Bakbardin