bug-bash
[Top][All Lists]
Advanced

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

Re: bash prints numeric values of unicode characters instead of their UT


From: Yuri
Subject: Re: bash prints numeric values of unicode characters instead of their UTF8 representations
Date: Tue, 28 Jun 2016 02:27:55 -0700
User-agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0

On 06/28/2016 02:14, Yuri wrote:

Sorry for the delay.

Unicode characters without the nls option in bash-4.3.46 are still a problem.


Correction: it was a stray patch in FreeBSD port that made HAVE_ICONV undefined. Without it iconv is detected fine without nls.

However, I believe this is a bug in bash that HAVE_ICONV is conditional on the presence of libiconv. You should make the behavior unconditional, remove the dependency on HAVE_ICONV, and fail the build when it is missing.


Yuri




reply via email to

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