|
发表于 2003-6-26 13:54:50
|
显示全部楼层
# File header must not be modified
# This file must be encoded into UTF-8.
# This file comes from unicon module.
SCIM_Generic_Table_Phrase_Library_TEXT
VERSION_0_2
# Begin Table definition.
BEGIN_DEFINITION
# A unique number indicates the version of this file.
# For example the last modified date of this file.
# This number must be less than 2^32.
SERIAL_NUMBER = 20030525
# The default name of this table
NAME = bx
# The locale specific names of this table
NAME.zh_CN = ??舰???
NAME.zh_TW = ??舰???
# Supported locales of this table
LOCALES = zh_CN.UTF-8,zh_CN.GB18030,zh_CN.GBK,zh_CN.GB2312,zh_CN,zh_TW.UTF-8,zh_TW.Big5,zh_TW,zh_HK.UTF-8,zh_HK
# Prompt string to be displayed in the status area.
STATUS_PROMPT = 涓?
# If phrase will be selected automatically during inputing.
AUTO_SELECT = TRUE
# If add multi wildcard at the end of inputed key automatically.
AUTO_WILDCARD = TRUE
# Need dynamic adjust the phrases' frequencies?
# TRUE or FALSE
# DYNAMIC_ADJUST =
# Valid input chars.
VALID_INPUT_CHARS = abcdefghijklmnopqrstuvwxyz
# Single wildcard char, can have multiple chars.
# SINGLE_WILDCARD_CHAR = ?
# Multi wildcard char.
# MULTI_WILDCARD_CHAR = *
# Select keys
SELECT_KEYS = 123456789
# Chars to split two keys.
SPLIT_CHARS = '
# The maxmium length of a key.
MAX_KEY_LENGTH = 4
# The key strokes to page up.
PAGE_UP_KEYS = Control+Page_Up,comma,minus
# The key strokes to page down.
PAGE_DOWN_KEYS = Control+Page_Down,period,equal
# The definition of char prompts.
BEGIN_CHAR_PROMPTS_DEFINITION
a 濡?b ??c ??d 涓?e 璧?f ??g 灏?h 涓?
i 杩?j ??k 骞?l 涔?m ??n ??o ??p ??q ??r 澶?s ??t 涓?u ??v 浣?w 浜?x ??y 涓?z ??END_CHAR_PROMPTS_DEFINITION
END_DEFINITION 这是原先在SCIM0.41可以正常使用的表头
下面是新的SCIM格式,SCIM_Generic_Table_Phrase_Library_TEXT
VERSION_0_3
# Begin Table definition.
BEGIN_DEFINITION
SERIAL_NUMBER = 20030226
NAME = Wubi
NAME.zh_CN = 浜??瀛??
NAME.zh_TW = 浜??瀛??
LOCALES = zh_CN.UTF-8,zh_CN.GB18030,zh_CN.GBK,zh_CN.GB2312,zh_CN,zh_TW.UTF-8,zh_TW.Big5,zh_TW,zh_HK.UTF-8,zh_HK
# AUTHOR =
STATUS_PROMPT = 涓?AUTO_SELECT = TRUE
AUTO_WILDCARD = TRUE
DYNAMIC_ADJUST = FALSE
VALID_INPUT_CHARS = abcdefghijklmnopqrstuvwxy
SINGLE_WILDCARD_CHAR = z
MULTI_WILDCARD_CHAR = *
SELECT_KEYS = 123456789
SPLIT_CHARS = '
MAX_KEY_LENGTH = 4
PAGE_UP_KEYS = Control+Page_Up,comma,minus
PAGE_DOWN_KEYS = Control+Page_Down,period,equal
BEGIN_CHAR_PROMPTS_DEFINITION
a 宸?b 瀛?c ??d 澶?e ??f ??g ??h ??i 姘?j ??k ??l ??m 灞?n 宸?o ??p 涔?q ??r ??s ??t 绂?u 绔?v 濂?w 浜?x 绾?y 瑷?
END_CHAR_PROMPTS_DEFINITION
END_DEFINITION VERSION_0_2除了这里看起来没有特别的变化,可是我的输入条有点问题,另外输入单字,3字词组乱吗,2字,4字正常。想来想去,可能是我的问题。 用已经是utf8编码格式的码表,用kwrite修改然后另存为utf8,这样也会导至错误吗??????? |
|