UNICODE_START(1) General Commands Manual UNICODE_START(1)NAME
unicode_start - put keyboard and console in unicode mode
SYNOPSIS
unicode_start [font [umap]]
DESCRIPTION
The unicode_start command will put the keyboard and console into Unicode (UTF-8) mode.
For the keyboard this means that one can attach 16-bit U+xxxx values to keyboard keys using loadkeys(1), and have these appear as UTF-8
input to user programs. Also, that one can type hexadecimal Alt-xxxx using the numeric keypad, and again produce UTF-8.
For the console this means that the kernel expects UTF-8 output from user programs, and displays the output accordingly.
The parameter font is a font that is loaded. It should have a built-in Unicode map, or, if it hasn't, such a map can be given explicitly as
second parameter. When no font was specified, the current font is kept.
NOTE
Unicode mode is a parameter with a value per virtual console. However, usually the font and keymap is common to all consoles.
SEE ALSO dumpkeys(1), kbd_mode(1), loadkeys(1), unicode_stop(1), utf-8(7), setfont(8)
3 Feb 2001 UNICODE_START(1)
Check Out this Related Man Page
UNICODE_START(1) General Commands Manual UNICODE_START(1)NAME
unicode_start - put keyboard and console in unicode mode
SYNOPSIS
unicode_start [font [umap]]
DESCRIPTION
The unicode_start command will put the keyboard and console into Unicode (UTF-8) mode.
For the keyboard this means that one can attach 16-bit U+xxxx values to keyboard keys using loadkeys(1), and have these appear as UTF-8
input to user programs. Also, that one can type hexadecimal Alt-xxxx using the numeric keypad, and again produce UTF-8.
For the console this means that the kernel expects UTF-8 output from user programs, and displays the output accordingly.
The parameter font is a font that is loaded. It should have a built-in Unicode map, or, if it hasn't, such a map can be given explicitly as
second parameter. When no font was specified, the current font is kept.
NOTE
Unicode mode is a parameter with a value per virtual console. However, usually the font and keymap is common to all consoles.
SEE ALSO dumpkeys(1), kbd_mode(1), loadkeys(1), unicode_stop(1), utf-8(7), setfont(8)
3 Feb 2001 UNICODE_START(1)
Hi!
Herez the scenario
1. logged in as user xxxx
$ id
uid=125(xxxx) gid=101(my_grp) groups=0(system),15(users),16(sysadmin),19(adm),110(appl)
$ touch test
$ ls -la test
-rw-r--r-- 1 xxxx system 0 Mar 7 14:31 test
Why is the group of the file test 'system' and not... (2 Replies)
i want to start some processes as user xxxx during system reboot...
when the system comes up, it is signed on as root...how do i change the login in a script
I tried doing this:
su - xxxx << EOF
<password>
EOF
and, this does not work...suggestions? (3 Replies)
I have a large file with the first 2 characters of each line determining the type of record. type 03 being a subheader and then it will have multiple 04 records.
eg: 03,xxx,xxxx,xxxx
04,xxxxxxxxxxxxxxxxxxxxxxxxxxxx
04,xxxxxxxxxxxxxxxxxxxxxxxxxxxx
03,xxx,xxx,xxx
... (2 Replies)
Can someone tellme how to replace a text with linebreakfollowed by the input text.
i.e
input
10103060GMT yyyy 102005050GMT xxxx ....
the expected output is
10103060GMT yyyy
102005050GMT xxxx
....
I thought we can use
sed -e /s........GMT/\n/g inputfile , but I could see Iam doing... (3 Replies)
hi can neone provide me the solution with the scenario as mentioned below::
file1->
----------------
aaa bbbb ddd
ddd ee ccccc
aabb aba cccc
xxxx xxxx yyyyy
----------------
i need to get the lines
aaa bbbb ddd
ddd ee ccccc
so i m using :: sed -n '/aaa/,/cccc/p' file1
but... (1 Reply)
Hi,
My input file is
41;2;xxxx;yyyyy....
41;2;xxxx;yyyyy....
41;2;xxxx;yyyyy....
..
..
I need to change the second field value from 2 to 1. i.e.,
41;1;xxxx;yyyyy....
41;1;xxxx;yyyyy....
41;1;xxxx;yyyyy....
..
..
Thanks in advance. (9 Replies)
wget --spider --user=xxxx --password=xxxx "http://xxx.xxxx.com" > /dev/null 2>&1;
I am using the above command in if loop to check the response of the page without downloading the page. I just want to check whether the page is up and running. But when i execute the command i am getting
HTTP... (2 Replies)
Hello,
I need to use command "what" on RHES. This command gives some pattern that begins with "@(#) xxxx xxxx xxxx". I have already used "man what" to see de usage and everything is ok, but when I try to invoke the command it not appear. On HPUNIX, that command is placed at: /usr/bin but in RH... (2 Replies)
Hi,
While doing FTP am getting an error like
Connected to xxxx (xxxx).
220 (vsFTPd 2.0.5)
Name (xxxx:nn): yy
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> dir */*/*/*.zip
227 Entering Passive... (6 Replies)
Hi All,
While I was trying to login to the console of my machine I got the following error messages ::
body { margin: 0 0 0 0; padding:0 0 0 0 }td,div { font-family:Tahoma;font-size:8pt;vertical-align:top }/* Copyright IBM Corp. 2011 All Rights Reserved. */body { margin:... (2 Replies)
#aa=xxxx
#zz="cc $aa"
#aa=gggg
#echo $zz
out put is
cc xxxx
if I want to get
cc gggg
how should I do, I don't want to write zz="c $aa " after aa=gggg (2 Replies)
hlow all,
i want to read arabic font in cli (cat, vi ,etc) in windows i can see the for why in linux i can't see that. this for the example وَمَنْ يَشْكُرْ فَإِنَّمَا يَشْكُرُ لِنَفْسِهِ
what should i do ? i need your advice for read that font in cli...:confused:
thx before (0 Replies)
Hi folks,
I have several directories with multiple files of all kinds in them. For example
directory ###### contains:
######B1.TIF
######B2.TIF
...........
######B8.TIF
######.tar
######.txt
######.jpg
######r
######r.hdr
######rSVD
######rSVD.hdr
######t
######t.hdr
How do I... (8 Replies)