Hello,
there seems to be a bug in tr: utf8 characters are not converted using
:upper: and :lower:
For example:
$ echo lľsšcčtťzž | tr [:lower:] [:upper:]
LľSšCčTťZž
AWK does it correctly
$ echo lľsšcčtťzž | awk '{ print toupper($0) }'
LĽSŠCČTŤZŽ
Used system: Ubuntu 10.10, my locale settings are
On Wed, Sep 21, 2011 at 10:18:47AM +0200, Michel Dänzer wrote:
The test fails because it doesn't pass $CFLAGS to the compiler. The attached
patch fixes this, so the test is skipped as expected.
The point wasn't to skip the test, it was to fix the bug. :-)
Unfortunately, the CFLAGS change doesn