Patch not showing in patchwork
Joseph S. Myers
joseph@codesourcery.com
Wed Jun 11 12:11:00 GMT 2014
On Wed, 11 Jun 2014, Siddhesh Poyarekar wrote:
> + try_charsets = ['utf-8', 'windows-1252', 'ascii', 'iso-8859']
I suspect you mean iso-8859-1. (Both windows-1252 and iso-8859-1 provide
useful fallbacks for mixed-character-set patches - what's relevant is
actually the bytes of the patch, after all, when it's changing files that
don't all use the same character set, and misinterpreting those bytes as
the wrong characters doesn't matter so much. This particular patch was
actually iso-8859-1 - +/- signs in pre-existing comments in patch
context.)
--
Joseph S. Myers
joseph@codesourcery.com
More information about the Libc-alpha
mailing list