Hi,
I usually use git-send-email to send my patch, and it work good before.
But these day, every time I sent my patch with git-send-email, the
receiver got garbled characters. But when I browser the email in my
gmail(I CC every email to myself) in firefox, everything was normal.
So I made a test. I git-send-email to my another email account which
was not gmail account(mail.163.com) and this time, I got the garbled.
I think the patch I have made is well.
When I $cat mypatch, I got:
/****************************************************************/
From c3971685da29b3cbcd52a707891ff2f5767f4274 Mon Sep 17 00:00:00 2001
From: Chuanwen Wu <[EMAIL PROTECTED]>
Date: Sat, 8 Mar 2008 16:27:41 +0800
Subject: [PATCH] add new

Signed-off-by: Chuanwen Wu <[EMAIL PROTECTED]>
---
 new.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/new.txt b/new.txt
index 8732dcf..9a71f81 100644
--- a/new.txt
+++ b/new.txt
@@ -1,2 +1,2 @@
-我爱你hello world
+hello world

-- 
1.5.4.3
/******************************************************/


But my another email account received:
/****************************************************/
Signed-off-by: Chuanwen Wu <[EMAIL PROTECTED]>
---
 new.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/new.txt b/new.txt
index 8732dcf..9a71f81 100644
--- a/new.txt
+++ b/new.txt
@@ -1,2 +1,2 @@
-鎴戠埍浣爃ello world
+hello world

-- 
1.5.4.3
/******************************************************/

 You can see the difference. The first one contains the Chinese
characters"我爱你", but the second one contains some garbled characters.

Anyone knows how to fixed it?
Thanks in advanced!

-- 
wcw
����z�b�� z{h�������x%��

Reply via email to