Setting locales ?

Hi,

I've read the handbook page about localization, but it's a bit obscure.

How do I define language, country and encoding ? I'd like to define this system-wide, for root and all users, and both for console as well as X11.

Language and country is fr_FR, locale is ISO-8859-1, I guess. All my Linux boxes are UTF-8, but googling a bit about that showed me FreeBSD didn't handle that. Correct me if I'm wrong.

Cheers from the sunny South of France.
 
You can try to add these to your kernel conf:
Code:
# Enable experimental features of the syscons terminal emulator (teken).
options         TEKEN_UTF8              # UTF-8 output handling
options         TEKEN_XTERM             # xterm-style terminal emulation
 
Back
Top