Bugs item #1937966, was opened at 2008-04-08 13:43
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=968354&aid=1937966&group_id=199155

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: dialogs
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Wagner Bruna (wagnerbruna)
Assigned to: Nobody/Anonymous (nobody)
Summary: Changelog: utf8 messages handled incorrectly

Initial Comment:
TortoiseHg version: 0.4 RC1
hg version: 0.9.5
system: Debian Etch

Commit messages with utf8 characters are handled incorrectly by the changeset 
browser. The commit message is reported correctly on the changeset viewer, but 
it is wrong on the changeset list. The diff itself is also incorrect.

See screenshot and repository bundle attached. The repository was made like 
this:

/tmp$ hg init test
/tmp$ cd test
/tmp/test$ echo 'áéíóú' > test.txt
/tmp/test$ hg ci -Am 'áéíóú'
adding test.txt
/tmp/test$ hg log -p
changeset:   0:7b5953603fc0
tag:         tip
user:        [EMAIL PROTECTED]
date:        Tue Apr 08 13:09:50 2008 -0300
summary:     áéíóú

diff -r 000000000000 -r 7b5953603fc0 test.txt
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/test.txt  Tue Apr 08 13:09:50 2008 -0300
@@ -0,0 +1,1 @@
+áéíóú

/tmp/test$ echo $LANG
pt_BR.UTF-8

I'm running TortoiseHg from sources, via hgtk script.

Thanks,
Wagner


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=968354&aid=1937966&group_id=199155

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to