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

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

From: Áõ·å <liufeng_at_trustwork.com.cn>
Date: 2005-12-16 10:39:08 CET

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.


best regard

        liufeng



Received on Fri Dec 16 10:57:36 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.