From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QW5kcmVhcyBCaWXDn21hbm4=?= Date: Fri, 01 Jul 2011 12:55:48 +0200 Subject: [U-Boot] Pull request: u-boot-arm/master (updated) In-Reply-To: <4E0D9BFE.9080507@emk-elektronik.de> References: <4E0C5B1F.3080608@aribaud.net> <4E0D6CC1.7020604@aribaud.net> <4E0D9BFE.9080507@emk-elektronik.de> Message-ID: <4E0DA7B4.8050209@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Reinhard Meyer, Am 01.07.2011 12:05, schrieb Reinhard Meyer: > Dear All, >> Le 01/07/2011 08:22, Andreas Bie?mann a ?crit : >>> Dear all, >>> >>> Am 30.06.2011 um 13:16 schrieb Albert ARIBAUD: >>> >>> >>> >>>> Andreas Bie?mann (1): >>>> atstk100x: switch to common cfi driver > > Patchwork says: Signed-off-by: Andreas Bie?mann > > Saved mbix file starts like: > > From patchwork Tue Jun 28 14:15:58 2011 > Content-Type: text/plain; charset="utf-8" > Signed-off-by: Andreas Bie??mann > > Patchworks says: Signed-off-by: Andreas Bie?mann > > Saved mbox file starts like: > > From patchwork Sun Jun 12 11:49:13 2011 > Content-Type: text/plain; charset="utf-8" > Signed-off-by: Andreas Bie??mann >> Reinhard, what commands did you use to applie these patches? > > ALWAYS using patchworks: Download mbox, git-am . > > Apparently it makes a difference where the mail originated from. Well, if I load the two patchwork ID's 100078 and 102387 both patches are correctly UTF-8 coded. In your mail the '??' is due to wrong conversion on your box -> (charset=windows-1252 == ISO-8859-1 but the mail contains the correctly UTF-8 coded char '?') try the following: ---8<--- echo -e '\xc3\x9f\x0a' | iconv -f ISO-8859-1 -t UTF-8 echo ? | iconv -f ISO-8859-1 -t UTF-8 --->8--- It should show the same two chars '??' (if your shell environment is set to UTF-8) ... I guess it has something to do with wrong shell environment settings/misconfigured git/ ... but indeed it is something on your side Reinhard. I do not insist on modified commits, therefore it could be pulled in mainline. But for the future, Reinhard please check your environment. regards Andreas Bie?mann