weird tr output with czech locale

From: Pav Lucistnik (pav_at_oook.cz)
Date: 10/31/03

  • Next message: Pav Lucistnik: "Re: weird tr output with czech locale"
    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
    
    



  • Next message: Pav Lucistnik: "Re: weird tr output with czech locale"

    Relevant Pages

    • Re: Where can I find PEAR DB??
      ... There is a command named "pear", which is package installer, similar to ... Type "pear help options" to list all options. ...
      (comp.lang.php)
    • Re: FreeBSD 5.2.1 port dependencies (PHP/PEAR)
      ... > to install the PEAR objects. ... PEAR needs a command line PHP binary to be able to run. ...
      (freebsd-questions)
    • pear
      ... After this the upgrade tried to come back to the old version.... ... I get the same lines if I use pear with every command (e.g pear info ... Type "pear help shortcuts" to list all command shortcuts. ...
      (freebsd-stable)
    • Re: clueless about pear
      ... > The code is take from the pear manual on how to write tables with pear. ... HTML_table package is not installed along with PEAR on PHP. ... loaded the package using the command line, but still get the no can find ... I sill can't find a HTML directory or Table.php file anywhere. ...
      (comp.lang.php)