From: Herbert Xu <[EMAIL PROTECTED]> Date: Sat, 12 Jan 2008 23:17:40 +1100
> Your emails are now using UTF-8 encoding but it's still declaring > ISO-8859-1 as the charset. So you probably want to fix that up or > your name may show up as Jävinen on the reader's screen. Yes, for people using the GIT email patch applying tools, it might do that. However I believe there are options to git-am and friends to force it to put things into UTF-8. I ran into some problems with encoding because I apply stuff by hand using scripts I wrote. But those problem won't happen any more for me. I'm now saving the commit message and patch into files explicitly in emacs, and verifying the coding (with "C-h C RET") and if it's wrong I fix it before saving with "C-x RET f mule-utf-8" Then I feed those into my patch applying scripts. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html