<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 01/03/2014 03:48 PM, Sheldon wrote:<br>
</div>
<blockquote cite="mid:52C66B34.20107@linux.vnet.ibm.com" type="cite">On
01/03/2014 02:24 PM, Mark Wu wrote:
<br>
<blockquote type="cite">On 01/03/2014 02:16 AM, Aline Manera
wrote:
<br>
<blockquote type="cite">I couldn't apply the patch 3/3 to test
<br>
<br>
alinefm@alinefm:~/kimchi$ git am ../mail-patches/\[PATCH\ *
<br>
Applying: Generate libvirt's interface XML definition for
vlanned bridge
<br>
Applying: Support creating vlan tagged virtual network
<br>
fatal: cannot convert from y to UTF-8
<br>
<br>
When asked for UTF-8 encoding you should press ENTER instead
of typing 'y'
<br>
<br>
</blockquote>
OK, I didn't notice the prompt. I will fix it in next patch.
Thanks for resolution.
<br>
<br>
<br>
<br>
<br>
</blockquote>
you can set your .git/config as follow, then git will not ask your
the Encoding of mail.
<br>
$ vim .git/config
<br>
[sendemail]
<br>
assume8bitEncoding = UTF-8
<br>
</blockquote>
<br>
Yes. thanks for the tip. I have added to the wiki page:<br>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<a
href="https://github.com/kimchi-project/kimchi/wiki/i18n-Quick-Tips">https://github.com/kimchi-project/kimchi/wiki/i18n-Quick-Tips</a><br>
</body>
</html>