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

RE: [TSVN] blame won't work

From: tdkim <tdkim_at_unimo.co.kr>
Date: 2005-05-17 14:06:07 CEST

Hi. all.

I am first reporter for this problem.

I tested this problem in TSVN -r 3373, nightly build.

TortoiseProc is crashed.
I append the crash report file.

I use a temporary solution for this problem.

I changed system date format.
"HH:mm:ss"

If i change system date format
"tt HH:mm:ss" (tt is korean character as AM/PM)
TortoiseProc is crashed.



> -----Original Message-----
> From: Norbert Unterberg [mailto:nunterberg@gmail.com]
> Sent: Tuesday, May 17, 2005 6:34 PM
> To: dev@tortoisesvn.tigris.org
> Subject: Re: [TSVN] blame won't work
>
>
> 2005/5/17, Simon Large <slarge@slarge.plus.com>:
>
> > I'm no expert here, but in Blame.cpp,
> CStdioFileA::WriteString() seems
> > to be writing the string using a C-style null-terminated
> string which
> > maybe doesn't work properly in some systems if there is an
> embedded \0
> > in the string ???
>
> I think I fixed that in revision 3062. It is not the 0 character, it
> is the unicode characters in thr blame ouput. The original code
> converted the UTF-8 to UTF-16 and then back to UTF8, thinking it was
> ANSI. So the conversion went wrong for non-ANSI (chinese/japanese)
> UTF8 characters.
>
> Norbert
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
> For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org

Received on Wed May 18 06:55:21 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.