bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#18991: [PATCH] tests: fix encoding with `tr' to support multibyte in


From: Norihiro Tanaka
Subject: bug#18991: [PATCH] tests: fix encoding with `tr' to support multibyte in test
Date: Sat, 08 Nov 2014 17:07:40 +0900

It seems that `tr' in GNU coreutils does not recoginize multibyte
character, but other imprementation, e.g. HP-UX, Solaris, recoginizes it.

As a result, [ echo AB | LC_ALL=ja_JP.eucJP tr AB '\244\263' ] is
transformed as [ echo AB | LC_ALL=ja_JP.eucJP tr A '\244\263' ], so that
'\244\263' is recognized as a single multibyte character.  We do not
expect that.

Attachment: 0001-grep-fix-encoding-with-tr-to-support-multibyte-in-te.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]