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"
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,
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
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.