You are not logged in.

#1 2025-06-24 19:20:16

kamou3d
Member
Registered: 2025-06-24
Posts: 3

[SOLVED]Terminal Does not Show Turkish Letters

When i type ls in terminal i see

Belgeler     Genel                             Resimler  ''$'\304\260''ndirilenler'
 Documents   'Masa'$'\303\274''st'$'\303\274'   Videolar  ''$'\305\236''ablonlar'
'GOG Games'  'M'$'\303\274''zik'                yay

but i should see

Belgeler    Genel  Resimler  İndirilenler
Documents   Masaüstü   Videolar   Şablonlar
'GOG Games'  Müzik   yay

My locale.conf file is correct and when i type localectl locale locale -a it shows

System Locale: LANG=tr_TR.UTF-8
    VC Keymap: trq
   X11 Layout: tr
    X11 Model: pc105
  X11 Options: terminate:ctrl_alt_bksp
locale: Varsayılan yerel için LC_ALL ayarlanamaz: Böyle bir dosya ya da dizin yok
LANG=tr_TR.UTF-8
LC_CTYPE="tr_TR.UTF-8"
LC_NUMERIC=en_US.UTF-8
LC_TIME=en_US.UTF-8
LC_COLLATE="tr_TR.UTF-8"
LC_MONETARY=en_US.UTF-8
LC_MESSAGES="tr_TR.UTF-8"
LC_PAPER=en_US.UTF-8
LC_NAME=en_US.UTF-8
LC_ADDRESS=en_US.UTF-8
LC_TELEPHONE=en_US.UTF-8
LC_MEASUREMENT=en_US.UTF-8
LC_IDENTIFICATION="tr_TR.UTF-8"
LC_ALL=
C
C.utf8
ja_JP.utf8
POSIX
tr_TR.utf8

and my /etc/locale.conf file is

LANG=tr_TR.UTF-8

and i don't think it is about my terminal apps because i tried both kde console and kitty, both gave same results.
Please help me.

Last edited by kamou3d (2025-06-25 07:36:11)

Offline

#2 2025-06-24 20:57:31

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,287

Re: [SOLVED]Terminal Does not Show Turkish Letters

locale: Varsayılan yerel için LC_ALL ayarlanamaz: Böyle bir dosya ya da dizin yok
locale: Cannot set LC_ALL to default locale: No such file or directory

LC_ALL is exported to some bogus value.

printf "$LC_ALL" | od -x

and my /etc/locale.conf file is

So where're the other LC values coming from?
KDE?
https://wiki.archlinux.org/title/KDE#Pl … e_settings

Offline

#3 2025-06-25 06:59:10

kamou3d
Member
Registered: 2025-06-24
Posts: 3

Re: [SOLVED]Terminal Does not Show Turkish Letters

printf "$LC_ALL" | od -x

output of this is

printf "$LC_ALL" | od -x
0000000

and yes im using kde plasma and locals coming from there

Offline

#4 2025-06-25 07:19:34

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,287

Re: [SOLVED]Terminal Does not Show Turkish Letters

LC_ALL is empty, no idea where the error is coming from.
Try to logout, remove the plasma setting from a console login and then log back into plasma, does the terminal still act up?
Since it's set in various fields and just as good measure, compile the en_US.utf8 locale (uncomment and then run  locale-gen)

Offline

#5 2025-06-25 07:35:42

kamou3d
Member
Registered: 2025-06-24
Posts: 3

Re: [SOLVED]Terminal Does not Show Turkish Letters

removing the plasma-localerc solved it
thank you.

Offline

Board footer

Powered by FluxBB