Nikolam <nimitreski at gmail.com> writes: > Hello to all. > Let me explain my problem. I'm using subversion as a code repository > and opengrok as search engine. I have a problem. I used cyrillic > alphabet for messages when commit some source code with subversion.
Hi Nikolam, I have noticed that if I use non-ASCII characters in commit messages, I need to set LC_ALL and LANG to a UTF-8 locale (for instance en_US.UTF-8) to get OpenGrok to read the history from Subversion repositories. I think this requirement comes from the library OpenGrok uses to access the Subversion repositories. -- Knut Anders
