You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Sergey Proskurnya <al...@gmail.com> on 2004/12/27 20:42:57 UTC

svnlook and Unicode problems

Hi all,

I'm using svn 1.1.1 as client on WinXP and
svn 1.2-dev (rev 12498) + Apache as server.
I write commit logs in Ukrainian and
commit logs are displayed properly via "svn log" command.
But the output of "svnlook log" command, issued on server-side,
looks like:
"?\208?\162?\208?\181?\209?\129?\209?\130
?\208?\189?\208?\176?\209?\128?\209?\131?\209?\129?\209?\129?\208?\186?\208?\190?\..."
I need "svnlook log" command to work to generate proper commit-emails.

Any ideas?
What I've missed?

Thanks,
Serge.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svnlook and Unicode problems

Posted by Mark Phippard <Ma...@softlanding.com>.
Sergey Proskurnya <al...@gmail.com> wrote on 12/27/2004 03:42:57 PM:

> I'm using svn 1.1.1 as client on WinXP and
> svn 1.2-dev (rev 12498) + Apache as server.
> I write commit logs in Ukrainian and
> commit logs are displayed properly via "svn log" command.
> But the output of "svnlook log" command, issued on server-side,
> looks like:
> "?\208?\162?\208?\181?\209?\129?\209?\130
> 
?\208?\189?\208?\176?\209?\128?\209?\131?\209?\129?\209?\129?\208?\186?\208?\190?\..."
> I need "svnlook log" command to work to generate proper commit-emails.

Hooks are run in an "empty environment".  You might just need to do some 
stuff in your script to set the proper language, path etc... If on 
Windows, the APR_ICONV_PATH variable may need to be set.

Mark


_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs. 
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org