Article 6D92N [SOLVED] Can't get accented characters in console

[SOLVED] Can't get accented characters in console

by
JKostaRibeiro
from LinuxQuestions.org on (#6D92N)
Hello!

I can't get accented characters in console. When I type ^ + e I get ^e instead i. When I type ~ + a I get ~a instead i. In the graphical environment everything is all right. My language is Portuguese from Portugal.

Code:$ grep -v "#" /etc/profile.d/lang.sh

export LANG=pt_PT.utf8
export LC_COLLATE=CCode:$ locale
LANG=pt_PT.utf8
LC_CTYPE="pt_PT.utf8"
LC_NUMERIC="pt_PT.utf8"
LC_TIME="pt_PT.utf8"
LC_COLLATE="pt_PT.utf8"
LC_MONETARY="pt_PT.utf8"
LC_MESSAGES="pt_PT.utf8"
LC_PAPER="pt_PT.utf8"
LC_NAME="pt_PT.utf8"
LC_ADDRESS="pt_PT.utf8"
LC_TELEPHONE="pt_PT.utf8"
LC_MEASUREMENT="pt_PT.utf8"
LC_IDENTIFICATION="pt_PT.utf8"
LC_ALL=Code:$ grep -v "#" /etc/rc.d/rc.font
setfont -v lat1-16.psfu.gzCode:$ grep -v "#" /etc/rc.d/rc.keymap
if [ -x /usr/bin/loadkeys ]; then
/usr/bin/loadkeys pt-latin9.map
fi
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments