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: Chet Ramey
Subject: Re: bash prints numeric values of unicode characters instead of their UTF8 representations
Date: Fri, 5 Feb 2016 14:13:16 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

On 2/3/16 7:54 PM, Yuri wrote:
> On 01/31/2016 13:41, Yuri wrote:
>>
>> What makes bash print unicode charater ascii values? 
> 
> I found what the problem is:
> --disable-nls causes HAVE_ICONV being undefined and \uNNNN feature not work.

AM_GNU_GETTEXT is the autoconf macro that adds the --disable-nls option
to configure.  It handles checking for iconv by calling AM_ICONV.  If
you disable it by calling configure with --disable-nls, it doesn't look
for iconv.

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    chet@case.edu    http://cnswww.cns.cwru.edu/~chet/



reply via email to

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