public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Pekka Pietikainen <pp@ee.oulu.fi>
To: "H. Peter Anvin" <hpa@zytor.com>
Cc: Jan Engelhardt <jengelh@linux01.gwdg.de>,
	Adrian Bunk <bunk@stusta.de>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	trivial@kernel.org
Subject: Re: [PATCH] Pekka Pietikainen goes UTF-8 (try #2)
Date: Wed, 16 May 2007 19:38:18 +0300	[thread overview]
Message-ID: <20070516163818.GA3834@ee.oulu.fi> (raw)
In-Reply-To: <464A9F2E.5020801@zytor.com>

[-- Attachment #1: Type: text/plain, Size: 1099 bytes --]

On Tue, May 15, 2007 at 11:05:34PM -0700, H. Peter Anvin wrote:
> Pekka Pietikainen wrote:
> > Since everyone else is doing it, why not me as well. Looks like I had
> > a nice retro 7-bit a-umlaut in the tree from ten years ago too! 
> > (That was back when ISO 8859-1 didn't work universally...).
> > I hope my mailer is setup correctly for this, 
> > http://www.ee.oulu.fi/~pp/pp-goes-utf8.patch has the same in 
> > case something in the middle munges up the utf-8.
> 
> Your message came through tagged as iso-8859-1.
I noticed. Reconfigured mutt, tested the change, then sent out the email
from an unrestarted mutt. Shame on me :-( .

I wonder how much hassle these kinds of patches will cause when the UTF-8
chars they introduce start occasionally showing up in the diff -u context.
Somehow I think the world might not be ready yet (maybe in 5 years or so
I'll dare start using umlauts in email headers :D ). Oh well :-)

Since I'm polluting the list already, might as well take the opportunity
to resubmit :)

Signed-off-by: Pekka Pietikäinen <pp@ee.oulu.fi>                                

[-- Attachment #2: pp-goes-utf8.patch --]
[-- Type: text/plain, Size: 2310 bytes --]

--- linux-2.6.21/arch/m68k/sun3/config.c~	2007-05-15 19:01:45.000000000 +0300
+++ linux-2.6.21/arch/m68k/sun3/config.c	2007-05-15 19:01:45.000000000 +0300
@@ -1,7 +1,7 @@
 /*
  *  linux/arch/m68k/sun3/config.c
  *
- *  Copyright (C) 1996,1997 Pekka Pietik{inen
+ *  Copyright (C) 1996,1997 Pekka Pietikäinen
  *
  * This file is subject to the terms and conditions of the GNU General Public
  * License.  See the file COPYING in the main directory of this archive
--- linux-2.6.21/drivers/media/video/msp3400-driver.c~	2007-05-15 19:04:10.000000000 +0300
+++ linux-2.6.21/drivers/media/video/msp3400-driver.c	2007-05-15 19:04:10.000000000 +0300
@@ -22,7 +22,7 @@
  *
  *  NICAM (B/G, L , used in UK, Scandinavia, Spain and France)
  *      should work, with autodetect. Support for NICAM was added by
- *      Pekka Pietikainen <pp@netppl.fi>
+ *      Pekka Pietikäinen <pp@ee.oulu.fi>
  *
  * TODO:
  *   - better SAT support
--- linux-2.6.21/drivers/net/wireless/bcm43xx/bcm43xx_dma.c~	2007-05-15 19:05:36.000000000 +0300
+++ linux-2.6.21/drivers/net/wireless/bcm43xx/bcm43xx_dma.c	2007-05-15 19:05:36.000000000 +0300
@@ -8,7 +8,7 @@
 
   Some code in this file is derived from the b44.c driver
   Copyright (C) 2002 David S. Miller
-  Copyright (C) Pekka Pietikainen
+  Copyright (C) Pekka Pietikäinen
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
--- linux-2.6.21/drivers/net/b44.c~	2007-05-15 19:18:39.000000000 +0300
+++ linux-2.6.21/drivers/net/b44.c	2007-05-15 19:18:24.000000000 +0300
@@ -1,7 +1,7 @@
 /* b44.c: Broadcom 4400 device driver.
  *
  * Copyright (C) 2002 David S. Miller (davem@redhat.com)
- * Fixed by Pekka Pietikainen (pp@ee.oulu.fi)
+ * Copyright (C) 2004 Pekka Pietikäinen (pp@ee.oulu.fi)
  * Copyright (C) 2006 Broadcom Corporation.
  *
  * Distribute under GPL.
@@ -86,7 +86,7 @@
 static char version[] __devinitdata =
 	DRV_MODULE_NAME ".c:v" DRV_MODULE_VERSION " (" DRV_MODULE_RELDATE ")\n";
 
-MODULE_AUTHOR("Florian Schirmer, Pekka Pietikainen, David S. Miller");
+MODULE_AUTHOR("Florian Schirmer, Pekka Pietikäinen, David S. Miller");
 MODULE_DESCRIPTION("Broadcom 4400 10/100 PCI ethernet driver");
 MODULE_LICENSE("GPL");
 MODULE_VERSION(DRV_MODULE_VERSION);

  parent reply	other threads:[~2007-05-16 16:47 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-13 23:54 [PATCH] Convert files to UTF-8 and some cleanups Marcin Garski
2007-05-14  0:08 ` Marcin Garski
2007-05-14 14:14   ` Stefan Richter
2007-05-14 15:28     ` John Anthony Kazos Jr.
2007-05-14 16:25       ` Stefan Richter
2007-05-14 16:41         ` Stefan Richter
2007-05-14 16:46         ` Adrian Bunk
2007-05-14 17:17           ` Stefan Richter
2007-05-14 17:48     ` Jan Engelhardt
2007-05-14 18:06       ` Stefan Richter
2007-05-14 20:10         ` Jan Engelhardt
2007-05-14 20:25           ` Adrian Bunk
2007-05-14 20:36             ` Jan Engelhardt
2007-05-14 20:41               ` Adrian Bunk
2007-05-14 21:14                 ` Jan Engelhardt
2007-05-14 22:20                   ` Stefan Richter
2007-05-15  8:05                     ` Jan Engelhardt
2007-05-15 16:23                   ` [PATCH] Pekka Pietikainen goes UTF-8 Pekka Pietikainen
2007-05-16  6:05                     ` H. Peter Anvin
2007-05-16  6:55                       ` Jan Engelhardt
2007-05-16 15:11                         ` H. Peter Anvin
2007-05-16 16:38                       ` Pekka Pietikainen [this message]
2007-05-16 17:16                         ` [PATCH] Pekka Pietikainen goes UTF-8 (try #2) Pekka Pietikainen
2007-05-16 17:53                         ` Björn Steinbrink

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070516163818.GA3834@ee.oulu.fi \
    --to=pp@ee.oulu.fi \
    --cc=bunk@stusta.de \
    --cc=hpa@zytor.com \
    --cc=jengelh@linux01.gwdg.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=trivial@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox