On Tue, Jul 10, 2007 at 03:28:25PM +0200, Håvard Moen wrote: > It does work when setting LANG or LC_ALL to C, so it seems to be something > about the locale. I know that aa is an old form to write å, but it is strange > that sed should convert aa into å.
This looks like a sed or libc issue for me: (etch) $ echo "petrus.haavard.name" | sed 's/[^-0-9a-zA-Z\/[EMAIL PROTECTED]:;< ]/_/g' petrus.haavard.name $ locale LANG=no_NO.UTF-8 LC_CTYPE="no_NO.UTF-8" LC_NUMERIC="no_NO.UTF-8" LC_TIME="no_NO.UTF-8" LC_COLLATE="no_NO.UTF-8" LC_MONETARY="no_NO.UTF-8" LC_MESSAGES="no_NO.UTF-8" LC_PAPER="no_NO.UTF-8" LC_NAME="no_NO.UTF-8" LC_ADDRESS="no_NO.UTF-8" LC_TELEPHONE="no_NO.UTF-8" LC_MEASUREMENT="no_NO.UTF-8" LC_IDENTIFICATION="no_NO.UTF-8" LC_ALL= $ (sid) $ echo "petrus.haavard.name" | sed 's/[^-0-9a-zA-Z\/[EMAIL PROTECTED]:;< ]/_/g' petrus.h_vard.name $ locale LANG=no_NO.UTF-8 LC_CTYPE="no_NO.UTF-8" LC_NUMERIC="no_NO.UTF-8" LC_TIME="no_NO.UTF-8" LC_COLLATE="no_NO.UTF-8" LC_MONETARY="no_NO.UTF-8" LC_MESSAGES=en_US.UTF-8 LC_PAPER="no_NO.UTF-8" LC_NAME="no_NO.UTF-8" LC_ADDRESS="no_NO.UTF-8" LC_TELEPHONE="no_NO.UTF-8" LC_MEASUREMENT="no_NO.UTF-8" LC_IDENTIFICATION="no_NO.UTF-8" LC_ALL= $ Since I am not familiar with the nb_NO locale and do not know how it is supposed to behave, I'd like to ask you to file that bug against sed or libc (after applying your judgment about which package might be at fault). I am inclined not to work around this issue in exim for the time being. Please keep me informed about the bug report against sed/libc (e-mailing me the bug number is enough, I can subscribe). Greetings Marc -- ----------------------------------------------------------------------------- Marc Haber | "I don't trust Computers. They | Mailadresse im Header Mannheim, Germany | lose things." Winona Ryder | Fon: *49 621 72739834 Nordisch by Nature | How to make an American Quilt | Fax: *49 3221 2323190 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

