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

TortoiseMerge fails to restore Unicode characters

From: Jyrki Vesterinen <jyrki.vesterinen_at_rovio.com>
Date: Tue, 21 Jan 2014 01:15:36 -0800 (PST)

Steps to reproduce:

1. Commit a file that contains Unicode characters. In my case there was this line:

counter.text = "∞"

2. Remove Unicode characters from the line, for example:

counter.text = "42"

3. Right-click the file and select "TortoiseSVN > Diff"
4. Right-click the changed line in the right pane and select "Use other text block"
5. Save the file in TortoiseMerge
6. Refresh the file in a text editor

Defect: the line is not unchanged. In my case the line became:

counter.text = "8"

File encoding is UTF-8 without BOM. I checked that the bug is still present in nightly build 25160.

Please fix this issue.

Best regards,
Jyrki Vesterinen

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-01-21 10:26:45 CET

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

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