From: Pavel Roskin <proski@gnu.org>
To: git <git@vger.kernel.org>, Paul Mackerras <paulus@samba.org>
Subject: [PATCH] gitk: use UTF-8 encoding
Date: Wed, 05 Oct 2005 22:12:48 -0400 [thread overview]
Message-ID: <1128564768.32103.18.camel@dv> (raw)
gitk should try to use UTF-8 encoding for system operations, such as
reading and writing files and git output.
Signed-off-by: Pavel Roskin <proski@gnu.org>
diff --git a/gitk b/gitk
--- a/gitk
+++ b/gitk
@@ -3726,6 +3726,7 @@ set colors {green red blue magenta darkg
catch {source ~/.gitk}
+catch {encoding system utf-8}
set namefont $mainfont
if {$boldnames} {
lappend namefont bold
--
Regards,
Pavel Roskin
next reply other threads:[~2005-10-06 2:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-06 2:12 Pavel Roskin [this message]
2005-10-06 4:19 ` [PATCH] gitk: use UTF-8 encoding Junio C Hamano
2005-10-06 5:00 ` H. Peter Anvin
2005-10-06 5:34 ` Pavel Roskin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1128564768.32103.18.camel@dv \
--to=proski@gnu.org \
--cc=git@vger.kernel.org \
--cc=paulus@samba.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).