Skip to content

Commit

Permalink
[PATCH] gitk i18n: Recode gitk from latin1 to utf8 so that the (c) co…
Browse files Browse the repository at this point in the history
…pyright character is valid utf8.

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>
  • Loading branch information
Christian Stimming authored and Paul Mackerras committed Dec 19, 2007
1 parent b007ee2 commit eadcac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eadcac9

Please sign in to comment.