GNU bug report logs - #75046
tr not convert UTF-8 characters

Previous Next

Package: coreutils;

Reported by: a.voronov <at> pluscom.ru

Date: Mon, 23 Dec 2024 11:32:01 UTC

Severity: normal

To reply to this bug, email your comments to 75046 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-coreutils <at> gnu.org:
bug#75046; Package coreutils. (Mon, 23 Dec 2024 11:32:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to a.voronov <at> pluscom.ru:
New bug report received and forwarded. Copy sent to bug-coreutils <at> gnu.org. (Mon, 23 Dec 2024 11:32:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andrey Voronov <a.voronov <at> pluscom.ru>
To: bug-coreutils <at> gnu.org
Subject: tr not convert UTF-8 characters
Date: Mon, 23 Dec 2024 13:14:41 +0300
Hello,

The tr utility can't to convert UTF-8 non-ASCII letters to the
uppercase. Particulare cyrillic word:

$ echo зелено|tr '[:lower:]' '[:upper:]'
зелено

While english lesson translation is correctly do the same:
$ echo green|tr '[:lower:]' '[:upper:]'
GREEN


God bless you




This bug report was last modified 175 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.