Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Aug 2003 20:05:58 -0700 (PDT)
From:      Julian Elischer <julian@elischer.org>
To:        "Andrey A. Chernov" <ache@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/usr.bin/tr tr.c
Message-ID:  <Pine.BSF.4.21.0308032004570.69195-100000@InterJet.elischer.org>
In-Reply-To: <200308040257.h742vIw1065832@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
there is a PR for tr being unable to do u/L cunversions correctly
in Hungarian..

does this fix it?

On Sun, 3 Aug 2003, Andrey A. Chernov wrote:

> ache        2003/08/03 19:57:18 PDT
> 
>   FreeBSD src repository
> 
>   Modified files:
>     usr.bin/tr           tr.c 
>   Log:
>   Special fix just for
>           tr -[cC]s '[:upper:]' '[:lower:]'
>   case (or vice versa):
>   chars taken from s2 can be different this time
>   due to lack of complex upper/lower processing,
>   so fill string2 again to not miss some.
>   
>   Revision  Changes    Path
>   1.21      +7 -0      src/usr.bin/tr/tr.c
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0308032004570.69195-100000>