Can't display Arabic text

Hi everyone,

I am running a 10.1 machine but I can't display Arabic characters or text even after adding this :

Code:
export LC_ALL=sv_SE.UTF-8

Can you please help me with this, Thanks.
 
locale
Code:
LANG=sv_SE.UTF-8
LC_CTYPE="sv_SE.UTF-8"
LC_COLLATE="sv_SE.UTF-8"
LC_TIME="sv_SE.UTF-8"
LC_NUMERIC="sv_SE.UTF-8"
LC_MONETARY="sv_SE.UTF-8"
LC_MESSAGES=C
LC_ALL=

in /etc/rc.conf
Code:
keymap="swedish.iso"

in /etc/login.conf
Code:
:charset=UTF-8:\
:lang=sv_SE.UTF-8:\

run
cap_mkbd -f /etc/login.conf

logout and login.
 
locale
Code:
LANG=sv_SE.UTF-8
LC_CTYPE="sv_SE.UTF-8"
LC_COLLATE="sv_SE.UTF-8"
LC_TIME="sv_SE.UTF-8"
LC_NUMERIC="sv_SE.UTF-8"
LC_MONETARY="sv_SE.UTF-8"
LC_MESSAGES=C
LC_ALL=

in /etc/rc.conf
Code:
keymap="swedish.iso"

in /etc/profile
Code:
:charset=UTF-8:\
:lang=sv_SE.UTF-8:\

run
cap_mkbd -f /etc/login.conf

logout and login.


My aim is just to be able to display Arabic text, but why did you choose swedish ?
Also where do I have to set local ?

Tahnks
 
Sorry, I interpreted sv_SE as swedish.
Sorry there was an error. I wrote above /etc/profile but I meant /etc/login.conf.
It you write the lines in /etc/rc.conf and /etc/login.conf should be enough.

this you have to set extra in /etc/profile or in .cshrc or .bashrc
Code:
LC_MESSAGES=C
LC_ALL=
 
Back
Top