[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: |
Wed, 3 Feb 2016 16:54:58 -0800 |
User-agent: |
Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 |
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.
This is a bug, because "nls" refers to translations. I usually turn them
off because I don't want to have messages in all possible languages
installed. Interpretation of the general unicode characters that appear
in scripts shouldn't be affected by NLS=off.
Since \uNNNN is a general feature, iconv should always be present, and
failure to find it should cause configure stage to fail.
Is there a place I should create a bug report for this?
Yuri
- Re: bash prints numeric values of unicode characters instead of their UTF8 representations,
Yuri <=