weird tr output with czech locale
From: Pav Lucistnik (pav_at_oook.cz)
Date: 10/31/03
- Previous message: Brooks Davis: "Re: HEADSUP: if_xname changes incoming"
- Next in thread: Pav Lucistnik: "Re: weird tr output with czech locale"
- Reply: Pav Lucistnik: "Re: weird tr output with czech locale"
- Reply: Andrey Chernov: "Re: weird tr output with czech locale"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: freebsd-current@freebsd.org Date: Fri, 31 Oct 2003 22:06:50 +0100
Hi,
strange thing is happening here on two week old -CURRENT world.
This simple command:
$ echo CATALOG | tr 'a-z' 'A-Z'
CATALOG
but
$ echo CATALOG | LANG=cs_CZ.ISO8859-2 tr 'a-z' 'A-Z'
bAšAkňf
Other locales works, except sk_SK fails in same way.
It used to work fine a month or two ago, I don't know exactly. It's
invoked by xmlcatmgr script. According to CVS last change in tr was 2
months ago by ache, and last change to czech collate 18 months ago.
I'm not sure what I should point my finger at.
-- Pav Lucistnik <pav@oook.cz> What do we know about love? Love is like a pear. Pear is sweet and have a specific shape. Try to exactly define the shape of a pear. -- Marigold: 50 Years Of Poetry
- application/pgp-signature attachment: Toto je digitálně podepsaná část zprávy
- Previous message: Brooks Davis: "Re: HEADSUP: if_xname changes incoming"
- Next in thread: Pav Lucistnik: "Re: weird tr output with czech locale"
- Reply: Pav Lucistnik: "Re: weird tr output with czech locale"
- Reply: Andrey Chernov: "Re: weird tr output with czech locale"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|