You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Rock Sun <da...@gmail.com> on 2008/10/18 03:32:43 UTC

svnlook propget encoding error for Chinese Log

My Subversion version is 1.5.3

I run:
svnlook pl H:\svnroot\scm -r 62 -v --revprop
And the result below is right.

  svn:log : 就这样吧。
  svn:author : temp
  svn:date : 2008-09-23T15:05:23.062500Z

But when I want to get the svn:log with pg with the command:
svnlook pg H:\svnroot\scm svn:log -r 62 --revprop

The result is:

傚氨杩欐牱鍚с€

The result should is '就这样吧。'

Is it a bug? or I had to change something.
-- 
My Blog: http://rocksun.cn/
My Site: http://www.subversion.org.cn

Re: svnlook propget encoding error for Chinese Log

Posted by Rock Sun <da...@gmail.com>.
And It looks the value pass to post-revprop-change hook with
stdin has the same encoding issue.

灏辫繖鏍峰惂銆?

2008/10/18 Rock Sun <da...@gmail.com>

> My Subversion version is 1.5.3
>
> I run:
> svnlook pl H:\svnroot\scm -r 62 -v --revprop
> And the result below is right.
>
>   svn:log : 就这样吧。
>   svn:author : temp
>   svn:date : 2008-09-23T15:05:23.062500Z
>
> But when I want to get the svn:log with pg with the command:
> svnlook pg H:\svnroot\scm svn:log -r 62 --revprop
>
> The result is:
>
> 傚氨杩欐牱鍚с€
>
> The result should is '就这样吧。'
>
> Is it a bug? or I had to change something.
> --
> My Blog: http://rocksun.cn/
> My Site: http://www.subversion.org.cn
>



-- 
My Blog: http://rocksun.cn/
My Site: http://www.subversion.org.cn