[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: bug report:another utf-8 encoding bug in RevisionGraphDlg.cpp

From: Stefan K¨¹ng <tortoisesvn_at_gmail.com>
Date: 2005-12-17 15:26:02 CET

Áõ·å wrote:
> hello£¬steveking£º
>
>
> I am gald to see the latest revision 5164 of RevisionGraphDlg.cpp,which
> you resolved the UTF-8 bug of CompareRevs.
>
> but you forgot correct this line:
>
> RevisionGraphDlg.cpp line 1758(revision 5164)£º
>
> CString URL = GetReposRoot() + CString(m_SelectedEntry1->url);
>
> should be:
>
>
> CString URL = GetReposRoot() +
> CUnicodeUtils::GetUnicode(m_SelectedEntry1->url);
>
>
> which cause showlog error by utf-8 encoding error also.

Thanks for noticing!
Fixed in revision 5177.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sat Dec 17 15:26:26 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.