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

RE: Re: [TSVN][Bug Report] "non-LF line endings" error for korean characters.

From: Masanori Yanagawa <yana_at_bug.co.jp>
Date: Sat, 25 Apr 2009 18:49:14 -0700 (PDT)

Hi.

We switched from old server (1.3.x) just yesterday and
were happy with new one, until we found we can't write
more-than-one-line commit log anymore. :-)

> It might be a problem with OS locale, yes.

I looked at the fix (r16145).
Before the fix, CStringA is used to manipulate UTF-8
strings. It generally won't work in multibyte version of
Windows.
(Some simple operation may work, though)

CStringA is designed to be multibyte-aware. It means
that CStringA expects the value to be correct (according
to system ANSI codepage) multibyte sequence, and
doesn't work well if random byte sequence (including
other multibyte sequence, such as UTF-8) are given.
It is expected behavior, unfortunately.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=1920311

To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-04-26 08:17:33 CEST

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.