1755762 Members
3030 Online
108838 Solutions
New Discussion

French characters

 
naji_1
New Member

French characters

Hi all,
I have installed the HPUX version 11i,
the customer ask me to configure his profile with the french characters like "é, ç , à etc..".
thks for
2 REPLIES 2
Mister_Z
Frequent Advisor

Re: French characters

Run the ksh for that user. Include it in the /etc/passwd file.
user1:dg1o02qNxSafU:124:20::/home/user1:/usr/bin/ksh

(NOTE: if the user is root, you have to call ksh in its .profile file and not in /etc/passwd)

In /etc/profile enable the system to use 8 bits for the terminal emulation:
stty -parenb cs8 -istrip

and set the language accordingly:
export LANG=fr_FR.iso88591

Hope this helps.
Regards,
I work for HP
Fabio Ettore
Honored Contributor

Re: French characters

Hi,

just insert in .profile under user's home directory

export LANG=fr_FR.iso88591

I hope this helps you.

Best regards,
Ettore
WISH? IMPROVEMENT!