sunos man page for wnn_cvt_key_tbl

Query: wnn_cvt_key_tbl

OS: sunos

Section: 4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

wnn_cvt_key_tbl(4)						   File Formats 						wnn_cvt_key_tbl(4)

NAME
wnn_cvt_key_tbl - Kana-Kanji conversion front end processor (uum) key code conversion table file
SYNOPSIS
/usr/lib/locale/ja/wnn/cvt_key_tbl
DESCRIPTION
cvt_key_tbl defines the conversion table for terminfo entry and key code. uum(1) converts the input strings to key code by using of ter- minfo and cvt_key_tbl. If each escape sequence character is input for more than 1 second, uum converts it as each separate character. Syntax terminfo_entry code A space character is necessary between terminfo_entry and code. Lines beginning with a semicolon (;) are comments. terminto_Therfollowing terminfo entries are converted. kf0 kf1 kf2 kf3 kf4 kf5 kf6 kf7 kf8 kf9 kf10 kf11 kf12 kf13 kf14 kf15 kf16 kf17 kf18 kf19 kf20 kf21 kf22 kf23 kf24 kf25 kf26 kf27 kf28 kf29 kf30 kf31 kbs ktbc kclr kctab kdch1 kdl1 kcud1 krmir kel ked khome kich1 kil1 kcub1 kll knp kpp kcuf1 kind kri khts kcuu1 code One charaIndicatesuliteralacharacter.nd "^" ^ charactcharacter indicates @, A (a), B (b), C (c), D (d), E (e), F (f), ..., Z (z), [, , ], ^, and _, ^@ indicates control + space (0x00), ^A indicates control + A (0x01), ..., and ^_ indicates control + _ (0x1f). octal nuDirectlyospecifiesecharactermcode.mber, xhexadecimal number , , , , f, e, E indicates newline, indicates tab,  indicates backspace, indicates return (RETURN), f indicates form feed, e indicates escape (ESC), and E indicates escape (ESC). charactePossible characters are any characters except the following: 0 through 7, o, d, x, n, t, b, r, f, e, E. itself is repreasented by "\".
EXAMPLES
Example 1: kf1 x81 kf2 x82 kf3 x83 kf4 x84 kcud1 x92 kcub1 x91 kcuf1 x90 kcuu1 x93
SEE ALSO
uum(1), uumkey(4), wnn_2A_CTRL(4)
NOTES
Code converted by this table is evaluated by the roman character-Kana conversion Automaton table 2A_CTRL (default) and then by uumkey. SunOS 5.10 10 Jan 2003 wnn_cvt_key_tbl(4)
Related Man Pages
col(1) - ultrix
ibmjtoeuc(1) - sunos
euctoibmj(1) - sunos
uumrc(4) - sunos
wnn_cvt_key_tbl(4) - sunos
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
How to convert number to english?
UNIX fun stuff - echo and dc - obfuscate/garble a string sort of
Once upon an uptime.
Outputting sequences based on length with sed