Re: [PATCH] Check charset in scripts/checkpatch.pl

2007-07-10 Thread Matt Mackall
On Fri, Jul 06, 2007 at 03:19:50AM -0400, David Woodhouse wrote: > On Fri, 2007-07-06 at 00:08 -0700, Andrew Morton wrote: > > On Fri, 06 Jul 2007 03:01:03 -0400 David Woodhouse <[EMAIL PROTECTED]> > > wrote: > > > > > Reject all legacy 8-bit character sets and allow only ASCII or UTF-8 to > > >

Re: [PATCH] Check charset in scripts/checkpatch.pl

2007-07-06 Thread David Woodhouse
On Fri, 2007-07-06 at 00:08 -0700, Andrew Morton wrote: > On Fri, 06 Jul 2007 03:01:03 -0400 David Woodhouse <[EMAIL PROTECTED]> wrote: > > > Reject all legacy 8-bit character sets and allow only ASCII or UTF-8 to > > be added to files or used in patch descriptions. > > What is the reasoning behi

Re: [PATCH] Check charset in scripts/checkpatch.pl

2007-07-06 Thread Andrew Morton
On Fri, 06 Jul 2007 03:01:03 -0400 David Woodhouse <[EMAIL PROTECTED]> wrote: > Reject all legacy 8-bit character sets and allow only ASCII or UTF-8 to > be added to files or used in patch descriptions. What is the reasoning behind this? > Signed-off-by: David Woodhouse <[EMAIL PROTECTED]> > >

[PATCH] Check charset in scripts/checkpatch.pl

2007-07-06 Thread David Woodhouse
Reject all legacy 8-bit character sets and allow only ASCII or UTF-8 to be added to files or used in patch descriptions. Signed-off-by: David Woodhouse <[EMAIL PROTECTED]> Signed-off-by: asd diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 277c326..7a7f283 100755 --- a/scripts/che