Novikov Artem <novikovag at gmail.com> writes: > Hello! > I use the Russian version of Windows XP, while browsing the source > tree, the date of files displayed incorrectly (see attach), because it > contains symbols of the Russian language. Is there any way around this > problem?
This problem may have been fixed in the development sources. See here: http://defect.opensolaris.org/bz/show_bug.cgi?id=13952 If this is the same issue, one workaround is to change the locale for the servlet container so that the default encoding is UTF-8. I'm not sure how to do that on Windows, but on Solaris and Linux you would do something like export LANG=ru_RU.UTF-8 Hope this helps, -- Knut Anders