[U-Boot] Pull request: u-boot-arm/master (updated)

Andreas Bießmann andreas.devel at googlemail.com
Fri Jul 1 12:55:48 CEST 2011


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:
>>>
>>> <snip>
>>>
>>>> Andreas Bießmann (1):
>>>>        atstk100x: switch to common cfi driver
> 
> Patchwork says: Signed-off-by: Andreas Bießmann <andreas.devel at googlemail.com>
> 
> Saved mbix file starts like:
> 
> From patchwork Tue Jun 28 14:15:58 2011
> Content-Type: text/plain; charset="utf-8"

<snip>

> Signed-off-by: Andreas Bießmann <biessmann at corscience.de>

<snip>

> 
> Patchworks says: Signed-off-by: Andreas Bießmann <biessmann at corscience.de>
> 
> Saved mbox file starts like:
> 
> From patchwork Sun Jun 12 11:49:13 2011
> Content-Type: text/plain; charset="utf-8"

<snip>

> Signed-off-by: Andreas Bießmann <andreas.devel at googlemail.com>

>> Reinhard, what commands did you use to applie these patches?
> 
> ALWAYS using patchworks: Download mbox, git-am <the downloaded file>.
> 
> 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


More information about the U-Boot mailing list