[PATCH] gitk i18n: Recode gitk from latin1 to utf8 so that the (c) copyright characte...
authorChristian Stimming <stimming@tuhh.de>
Wed, 7 Nov 2007 17:47:04 +0000 (18:47 +0100)
committerPaul Mackerras <paulus@samba.org>
Wed, 19 Dec 2007 23:19:07 +0000 (10:19 +1100)
When using translations, the target language must be encoded in utf-8
because almost all target languages will contain non-ascii characters.
For that reason, the non-translated strings should be in utf-8 as well
so that there isn't any encoding mixup inside the program.

Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk

diff --git a/gitk b/gitk
index b861f8d0e97021bb0187714285f0b97ca97709ad..684e6141ebb7c6363c7c1d279807144e8f961e4e 100755 (executable)
--- a/gitk
+++ b/gitk
@@ -1281,7 +1281,7 @@ proc about {} {
     message $w.m -text [mc "
 Gitk - a commit viewer for git
 
-Copyright © 2005-2006 Paul Mackerras
+Copyright Â© 2005-2006 Paul Mackerras
 
 Use and redistribute under the terms of the GNU General Public License"] \
            -justify center -aspect 400 -border 2 -bg white -relief groove