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    c...@case.edu    http://cnswww.cns.cwru.edu/~chet/

Reply via email to