Broken parsing of UTF-8 chars

Rafał Miłecki zajec5 at gmail.com
Tue Jan 20 20:24:37 AEDT 2015


On 19 January 2015 at 16:40, Rafał Miłecki <zajec5 at gmail.com> wrote:
> my name includes some out-of-ASCII chars and it seems patchwork can't
> really handle them. It seems to happen no matter if I send something
> using git send-email or Gmail web interface.
>
> I've collected few examples:
>
> 1) [Gmail] My ACK to some b43legacy patch (5575891.txt):
> https://patchwork.kernel.org/patch/5575891/
> My name from "From" header was malformed into Rafał Miłecki
> My name from content (Acked-by) was malformed into Rafa? Mi?ecki
>
> 2) [Gmail] My ACK to some bcma patch (5545021.txt):
> https://patchwork.kernel.org/patch/5545021/
> Same as above.
>
> 3) [git] bcma: clean bus initialization code (5650221.txt)
> https://patchwork.kernel.org/patch/5650221/
>
> 4) [git] bcma: use standard bus scanning during early register (5655171.txt)
> https://patchwork.kernel.org/patch/5655171/
>
> It causes real problems for me, because maintainers usually download
> patches as mbox-es and applies them. It results in my name being
> malformed in git repository:
> https://git.kernel.org/cgit/linux/kernel/git/kvalo/wireless-drivers-next.git/commit/?id=d0c102f70aec07eaeb23de30892f425e4c5f6045
> https://git.kernel.org/cgit/linux/kernel/git/kvalo/wireless-drivers-next.git/commit/?id=d0f66df5392aaf771c647436e32849e3a4c4e3ff
>
> Could you fix this, please?

I kept digging and noticed something interesting. Pretty obvious,
but... all above URLs link to the patchwork.kernel.org.

Now, if you take a look at different patchworks it looks... OK!

1) patchwork.linux-mips.org
http://patchwork.linux-mips.org/patch/8661/
http://patchwork.linux-mips.org/patch/8662/

2) patchwork.ozlabs.org
http://patchwork.ozlabs.org/patch/426296/
http://patchwork.ozlabs.org/patch/429792/

In all above patches my name isn't malformed.


Do you have any idea what does it mean? Is patchwork.kernel.org using
some old version of patchwork, or is its configuration broken?

-- 
Rafał


More information about the Patchwork mailing list