BUG: pwclient fails with LKML 48263
Carl-Daniel Hailfinger
c-d.hailfinger.devel.2006 at gmx.net
Thu Sep 17 22:50:35 EST 2009
On 17.09.2009 13:17, Thomas Gleixner wrote:
> I'm trying to utilize patchwork for my daily workflow and I just
> discovered a problem with http://patchwork.kernel.org/patch/48263/
>
> # pwclient view 48263 | less
>
> Traceback (most recent call last):
> File "apps/patchwork/bin/pwclient", line 446, in <module>
> main()
> File "apps/patchwork/bin/pwclient", line 411, in main
> print s
> UnicodeEncodeError: 'ascii' codec can't encode character u'\ufeff' in position 256: ordinal not in range(128)
>
http://en.wikipedia.org/wiki/Byte-order_mark . It seems patchwork tries
to output ASCII instead of UTF-8 and explodes because the BOM can't be
represented in ASCII.
Regards,
Carl-Daniel
--
http://www.hailfinger.org/
More information about the Patchwork
mailing list