Artix Linux Forum

Artix Linux => Installation / Migration / Configuration => Topic started by: danilovicente on 30 March 2020, 22:36:28

Title: [SOLVED] Ç on terminal
Post by: danilovicente on 30 March 2020, 22:36:28
Hello guys,

I've just installed Artix with s6-rc, but something is bugging me. I have a br-abnt2 laptop. On my application the accented letter works just fine. But in my terminal just shows a question mark. Anyone knows how to fix that?

(https://i.imgur.com/YSHuChc.png)

(https://i.imgur.com/qtcSFFj.png)
Title: Re: Ç on terminal
Post by: ndowens on 30 March 2020, 22:55:30
Possibly your terminal doesn't support it either. Could try a terminal that supports UTF-8 and see if that helps. One that I know of that supports UTF-8 out of the box is "st".
Title: Re: Ç on terminal
Post by: danilovicente on 30 March 2020, 23:01:07
I gonna try nerd fonts, I already use ST.
Title: Re: Ç on terminal
Post by: danilovicente on 31 March 2020, 17:32:54
I gonna try nerd fonts, I already use ST.

I've tried several different terminals that support UTF-8, but still the same problem. The thing is bugging it's only on terminal.

Title: Re: Ç on terminal
Post by: SGOrava on 31 March 2020, 19:57:19
maybe you are missing some font or something on that line...
if it is st I would suggest checking if the support for utf8 is included
Title: Re: Ç on terminal
Post by: ndowens on 31 March 2020, 21:42:49
maybe you are missing some font or something on that line...
if it is st I would suggest checking if the support for utf8 is included
AFAIK utf-8 is native to st, as I use it as my terminal as well.
Title: Re: Ç on terminal
Post by: dnkl on 31 March 2020, 22:18:41
I'd 1) verify the locale is an utf-8 one by running 'locale', and b) check the font fallback list for the terminal font in use, 'fc-match -s <name>', or 'fc-list -s <name>' I think.
Title: Re: Ç on terminal
Post by: SGOrava on 31 March 2020, 23:03:43
Someone marked this solved.
Can I ask how was this solved for future generations?
Title: Re: Ç on terminal
Post by: danilovicente on 01 April 2020, 02:22:35
I had set my LC_ALL  manually, that was (unset). I don't know if I screwd something during the setup of my system.