On 2014-08-26 03:10:53, SREZIC wrote:
Show quoted text> It seems that on some system (at least on my Linux and FreeBSD
> systems) the test suite fails if a non-utf8 locale is in effect, for
> example "C" or "de_DE.ISO8859-1".
More details. With LC_ALL=C on Debian/wheezy systems it fails like this:
# Failed test 'Get width for '3111'.'
# at t/Unicode-Block-Item/09-width.t line 22.
# got: '1'
# expected: '2'
# Looks like you failed 1 test of 8.
t/Unicode-Block-Item/09-width.t .........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/8 subtests
On the same system, if LC_ALL=de_DE.UTF-8 or LC_ALL=en_US.UTF-8 is set, then all tests pass.