LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   "vconsole.conf" show unicode (https://www.linuxquestions.org/questions/linux-newbie-8/vconsole-conf-show-unicode-4175542799/)

Andy_Crowd 05-16-2015 03:49 PM

"vconsole.conf" show unicode
 
Hi!

Here is mine configuration and I want make it show unicode(russian) in console, it works perfect in X11 but not when I logging into tty.

vconsole.conf
Code:

LOCALE="en_US.UTF-8"
KEYMAP="sv-latin1"
FONT_UNIMAP="lat1"
FONT_MAP="ISO8859-1"
CONSOLEFONT="ruscii_8x8"
HARDWARECLOCK="localtime"
TIMEZONE="Europe/Stockholm"
USECOLOR="yes"


business_kid 05-17-2015 11:45 AM

The very first line of that conf file needs changing for Russian.It may be handier to invent a Russian user on your box, and su into it when you were dealing with Russian.

Some years back, the situation existed that patches required for full unicode support were being resisted by a few maintainers and hampering development. This has largely been overcome, but there was real debate over some of this.

A guy called Alexander Patrakov who is involved with linuxfromscratch.org did considerable work on bringing unicode support to a Russian LFS in particular, and you may do worse than look for something he has written.


All times are GMT -5. The time now is 10:47 AM.