git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Drop UTF-8 characters in manual pages
@ 2007-09-18  7:26 Mike Hommey
  2007-09-18  9:15 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Mike Hommey @ 2007-09-18  7:26 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Mike Hommey

The default character encoding for english manual pages is ISO8859-1, so
UTF-8 characters are just displayed as their sequence of bytes, which is
not very appealing.

Signed-off-by: Mike Hommey <mh@glandium.org>
---
 Documentation/git-lost-found.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/git-lost-found.txt b/Documentation/git-lost-found.txt
index e48607f..82b0699 100644
--- a/Documentation/git-lost-found.txt
+++ b/Documentation/git-lost-found.txt
@@ -65,7 +65,7 @@ $ git rev-parse not-lost-anymore
 
 Author
 ------
-Written by Junio C Hamano 濱野 純 <junkio@cox.net>
+Written by Junio C Hamano <junkio@cox.net>
 
 Documentation
 --------------
-- 
1.5.3.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-09-20  9:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-18  7:26 [PATCH] Drop UTF-8 characters in manual pages Mike Hommey
2007-09-18  9:15 ` Junio C Hamano
2007-09-18  9:34   ` Mike Hommey
2007-09-20  9:08   ` Lukas Sandström

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).