thestinger / termite

Termite is obsoleted by Alacritty. Termite was a keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
https://github.com/alacritty/alacritty
2.74k stars 241 forks source link

Non English Chars Not Displayed Properly #765

Closed ahmedselim2017 closed 3 years ago

ahmedselim2017 commented 3 years ago

When I enter non english chars (ü,ğ,ş etc.) it just displays <ffffffff>. My font is font = Hack Nerd Font Mono 9

BarbUk commented 3 years ago

What are your locales ?

$ env | grep -i lc_
LC_ADDRESS=en_US.UTF-8
LC_NAME=en_US.UTF-8
LC_MONETARY=en_US.UTF-8
LC_PAPER=en_US.UTF-8
LC_IDENTIFICATION=en_US.UTF-8
LC_TELEPHONE=en_US.UTF-8
LC_MESSAGES=en_US.UTF-8
LC_MEASUREMENT=en_US.UTF-8
LC_CTYPE=en_US.UTF-8
LC_TIME=en_US.UTF-8
LC_ALL=en_US.UTF-8
LC_COLLATE=en_US.UTF-8
LC_NUMERIC=en_US.UTF-8

With the hack font:

image

ahmedselim2017 commented 3 years ago

Oops. I forgot the setting locale (i was doing a fresh install). When I set the locale the issue was solved. Thanks a lot!