From e6bd23911efd0a2bd756c77d9e7ba6576eb739a1 Mon Sep 17 00:00:00 2001
From: Junio C Hamano <junkio@cox.net>
Date: Fri, 11 Nov 2005 22:16:59 -0800
Subject: [PATCH] Documentation: asciidoc sources are utf-8

git-pack-redundant documentation was encoded in latin1, which caused
asciidoc to barf, which expected to see utf-8.  Run tcs to re-encode
it in utf-8.

Also just for fun try my name in Japanese in git-lost+found
documentation ;-)

Signed-off-by: Junio C Hamano <junkio@cox.net>
---
 Documentation/git-lost+found.txt     | 2 +-
 Documentation/git-pack-redundant.txt | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/git-lost+found.txt b/Documentation/git-lost+found.txt
index 660e90b109a..a8cc5739d78 100644
--- a/Documentation/git-lost+found.txt
+++ b/Documentation/git-lost+found.txt
@@ -66,7 +66,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
 --------------
diff --git a/Documentation/git-pack-redundant.txt b/Documentation/git-pack-redundant.txt
index 5ba9272837d..2e23cbc0f54 100644
--- a/Documentation/git-pack-redundant.txt
+++ b/Documentation/git-pack-redundant.txt
@@ -32,11 +32,11 @@ OPTIONS
 
 Author
 ------
-Written by Lukas Sandstr�m <lukass@etek.chalmers.se>
+Written by Lukas Sandström <lukass@etek.chalmers.se>
 
 Documentation
 --------------
-Documentation by Lukas Sandstr�m <lukass@etek.chalmers.se>
+Documentation by Lukas Sandström <lukass@etek.chalmers.se>
 
 See-Also
 --------