Skip to main content
Notice removed Authoritative reference needed by Martin Vegter
Bounty Ended with intika's answer chosen by Martin Vegter
deleted 7 characters in body; edited tags; edited title
Source Link
intika
  • 15.2k
  • 8
  • 51
  • 85

xterm Xterm does not display one unicodeuni-code character

I think myMy xterm supports unicodeuni-code. For instance, it displays the Euro sign:

echo -e '\xe2\x82\xac'

butBut it does not display one particular character:

PL_BRANCH=$'\ue0a0'
echo $PL_BRANCH

thisThis character displays properly in another terminal (terminator). I am using same font in both terminals (Inconsolata).

What could be the reason and how can I fix it ?

xterm does not display one unicode character

I think my xterm supports unicode. For instance, it displays the Euro sign:

echo -e '\xe2\x82\xac'

but it does not display one particular character:

PL_BRANCH=$'\ue0a0'
echo $PL_BRANCH

this character displays properly in another terminal (terminator). I am using same font in both terminals (Inconsolata).

What could be the reason and how can I fix it ?

Xterm does not display one uni-code character

My xterm supports uni-code. For instance, it displays the Euro sign:

echo -e '\xe2\x82\xac'

But it does not display one particular character:

PL_BRANCH=$'\ue0a0'
echo $PL_BRANCH

This character displays properly in another terminal (terminator). I am using same font in both terminals (Inconsolata).

What could be the reason and how can I fix it ?

Notice added Authoritative reference needed by Martin Vegter
Bounty Started worth 100 reputation by Martin Vegter
Source Link
Martin Vegter
  • 878
  • 81
  • 257
  • 449

xterm does not display one unicode character

I think my xterm supports unicode. For instance, it displays the Euro sign:

echo -e '\xe2\x82\xac'

but it does not display one particular character:

PL_BRANCH=$'\ue0a0'
echo $PL_BRANCH

this character displays properly in another terminal (terminator). I am using same font in both terminals (Inconsolata).

What could be the reason and how can I fix it ?