Re: Some x-terminals do not compose unicode characters

2017-02-06 Thread Alessandro T.
On 05/02/2017 23:18, deloptes wrote: > [...] > now check for tty > > cat /etc/default/console-setup > # CONFIGURATION FILE FOR SETUPCON > > # Consult the console-setup(5) manual page. > > ACTIVE_CONSOLES="/dev/tty[1-6]" > > CHARMAP="UTF-8" > > CODESET="guess" > FONTFACE="Fixed" > FONTSIZE="8x16" >

Re: Some x-terminals do not compose unicode characters

2017-02-05 Thread Nicolas George
Le septidi 17 pluviôse, an CCXXV, deloptes a écrit : > In addition to LANG/LC_ALL, stty iutf8 is needed to tell the terminal what > to do stty iutf8 is completely unrelated to the problem at hand. The modes in the tty layer have nothing to do with fine control of what is displayed on the tty,

Re: Some x-terminals do not compose unicode characters

2017-02-05 Thread deloptes
Alessandro T. wrote: > Isn't localization set by locale? > > Anyway I did: > $ export | grep LC > > > $ locale > LANG=it_IT.UTF-8 > LANGUAGE= > LC_CTYPE="it_IT.UTF-8" > LC_NUMERIC="it_IT.UTF-8" > LC_TIME="it_IT.UTF-8" > LC_COLLATE="it_IT.UTF-8" > LC_MONETARY="it_IT.UTF-8" >

Re: Some x-terminals do not compose unicode characters

2017-02-05 Thread Alessandro T.
On 05/02/2017 18:45, deloptes wrote: > > there are two basic things - localization and fonts. > Localization is set via LC variables so > export | grep LC > would tell your settings. > Fonts are provided via console package, but they should be utf8 anyway. Thanks for reply. Isn't localization

Re: Some x-terminals do not compose unicode characters

2017-02-05 Thread deloptes
Alessandro T. wrote: > Hello and thanks for the reply. there are two basic things - localization and fonts. Localization is set via LC variables so export | grep LC would tell your settings. Fonts are provided via console package, but they should be utf8 anyway. regards

Re: Some x-terminals do not compose unicode characters

2017-02-05 Thread Alessandro T.
On 04/02/2017 23:45, Jonathan Dowland wrote: > On Fri, Feb 03, 2017 at 11:07:39AM +0100, Alessandro T. wrote: >> echo -e '1\u0336' >> >> and with mlterm, pterm, rxvt and xterm I got, rightly, strikethrough 1. >> Instead with evilvte, gnome-terminal, lilyterm, lxterminal, sakura, >> terminator,

Re: Some x-terminals do not compose unicode characters

2017-02-05 Thread Alessandro T.
On 04/02/2017 18:07, Darac Marjal wrote: > > Just to note, I have tried this same command in xfce-terminal 0.8.3 > (which is in testing and unstable and depends on libvte-2.91-1 version > 0.46.1-1) and I /do/ get a struckthrough 1. > Hello and thanks for the reply. I am in Sid. ( I have your same

Re: Some x-terminals do not compose unicode characters

2017-02-04 Thread Jonathan Dowland
On Fri, Feb 03, 2017 at 11:07:39AM +0100, Alessandro T. wrote: > echo -e '1\u0336' > > and with mlterm, pterm, rxvt and xterm I got, rightly, strikethrough 1. > Instead with evilvte, gnome-terminal, lilyterm, lxterminal, sakura, > terminator, terminix, termit, vala-terminal and xfce4-terminal (my

Re: Some x-terminals do not compose unicode characters

2017-02-04 Thread Darac Marjal
Just to note, I have tried this same command in xfce-terminal 0.8.3 (which is in testing and unstable and depends on libvte-2.91-1 version 0.46.1-1) and I /do/ get a struckthrough 1. So, if you're using stable (you don't actually say which versions of the packages you tries), then the bug may

Re: Some x-terminals do not compose unicode characters

2017-02-03 Thread Reco
Hi. On Fri, 3 Feb 2017 11:07:39 +0100 "Alessandro T." wrote: > Hi, > I would get the strikethrough text in x-terminal-emulator. So I tried > > echo -e '1\u0336' > > and with mlterm, pterm, rxvt and xterm I got, rightly, strikethrough 1. > Instead with evilvte,

Some x-terminals do not compose unicode characters

2017-02-03 Thread Alessandro T.
Hi, I would get the strikethrough text in x-terminal-emulator. So I tried echo -e '1\u0336' and with mlterm, pterm, rxvt and xterm I got, rightly, strikethrough 1. Instead with evilvte, gnome-terminal, lilyterm, lxterminal, sakura, terminator, terminix, termit, vala-terminal and xfce4-terminal