On 01/03/2014 03:48 PM, Sheldon wrote:
On 01/03/2014 02:24 PM, Mark Wu wrote:
On 01/03/2014 02:16 AM, Aline Manera wrote:
I couldn't apply the patch 3/3 to test

alinefm@alinefm:~/kimchi$ git am ../mail-patches/\[PATCH\ *
Applying: Generate libvirt's interface XML definition for vlanned bridge
Applying: Support creating vlan tagged virtual network
fatal: cannot convert from y to UTF-8

When asked for UTF-8 encoding you should press ENTER instead of typing 'y'

OK, I didn't notice the prompt. I will fix it in next patch. Thanks for resolution.




you can set your .git/config as follow, then git will not ask your the Encoding of mail.
$ vim .git/config
[sendemail]
assume8bitEncoding = UTF-8

Yes.  thanks for the tip.  I have added to the wiki page:
https://github.com/kimchi-project/kimchi/wiki/i18n-Quick-Tips