View Single Post
Old 17th December 2014
pawaan pawaan is offline
Fdisk Soldier
 
Join Date: Jan 2013
Posts: 82
Default

I'm not sure whether your problem is with encoding or fonts

First install a few fonts .. then change your encoding to fr by editing /etc/wscons.conf and adding a line :
encoding fr

or maybe you'd want to swap between default 'us' and your local 'fr'
then :
Code:
  setxkbmap -layout us,fr -option grp:alt_shift_toggle
ET pour 'franciser' ton local :
Code:
$ locale -a | grep fr
I have these set up
[/code]
export LANG="en_US.UTF-8"
export LC_CTYPE="en_US.UTF-8"
export LC_ALL=""
[/code]

link:
http://netbsdfr.org

Last edited by pawaan; 17th December 2014 at 07:07 PM.
Reply With Quote