[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 <paulus@samba.org>
This commit is contained in:
parent
b007ee20dc
commit
eadcac9218
2
gitk
2
gitk
@ -1281,7 +1281,7 @@ proc about {} {
|
|||||||
message $w.m -text [mc "
|
message $w.m -text [mc "
|
||||||
Gitk - a commit viewer for git
|
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"] \
|
Use and redistribute under the terms of the GNU General Public License"] \
|
||||||
-justify center -aspect 400 -border 2 -bg white -relief groove
|
-justify center -aspect 400 -border 2 -bg white -relief groove
|
||||||
|
Loading…
Reference in New Issue
Block a user