Bugs item #1937966, was opened at 2008-04-08 09:43 Message generated for change (Comment added) made by nobody 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 ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2008-04-08 19:27 Message: Logged In: NO What's the format of the attached repo.hg file? Bundle? ---------------------------------------------------------------------- Comment By: Wagner Bruna (wagnerbruna) Date: 2008-04-08 09:44 Message: Logged In: YES user_id=2057939 Originator: YES File Added: test.hg ---------------------------------------------------------------------- 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 Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. 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
