Skip to content

Commit eadcac9

Browse files
cstimpaulusmack
authored andcommitted
[PATCH] gitk i18n: Recode gitk from latin1 to utf8 so that the (c) copyright 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 <[email protected]>
1 parent b007ee2 commit eadcac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@ proc about {} {
12811281
message $w.m -text [mc "
12821282
Gitk - a commit viewer for git
12831283
1284-
Copyright © 2005-2006 Paul Mackerras
1284+
Copyright © 2005-2006 Paul Mackerras
12851285
12861286
Use and redistribute under the terms of the GNU General Public License"] \
12871287
-justify center -aspect 400 -border 2 -bg white -relief groove

0 commit comments

Comments
 (0)