Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #12296

Re: bash prints numeric values of unicode characters instead of their UTF8 representations

From Chet Ramey <chet.ramey@case.edu>
Newsgroups gnu.bash.bug
Subject Re: bash prints numeric values of unicode characters instead of their UTF8 representations
Date 2016-01-31 19:53 -0500
Organization ITS, Case Western Reserve University
Message-ID <mailman.3287.1454288015.843.bug-bash@gnu.org> (permalink)
References <56AE7F6E.3040406@rawbw.com>

Show all headers | View raw


On 1/31/16 4:41 PM, Yuri wrote:
> I have this line in ~/.bashrc:
> PS1=$'\\[\e[0;38;5;202m\\]\u2514\u2023\\[\e[0m\\] '
> 
> My command prompt looks like this:
> root2514root2023
> 
> What makes bash print unicode charater ascii values?

In this case, probably that iconv fails to convert that value into a valid
character in the current locale.


-- 
``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/

Back to gnu.bash.bug | Previous | Next | Find similar


Thread

Re: bash prints numeric values of unicode characters instead of their UTF8 representations Chet Ramey <chet.ramey@case.edu> - 2016-01-31 19:53 -0500

csiph-web