Linux字符编码

 

4.1.15. /etc/sysconfig/i18n

The /etc/sysconfig/i18n file sets the default language, any supported languages, and the default system font. For example:

LANG="en_US.UTF-8"
SUPPORTED="en_US.UTF-8:en_US:en"
SYSFONT="latarcyrheb-sun16"

Controls the system font settings. The language variables are used in /etc/profile.d/lang.sh. An example i18n file:
LANG="en_US"
LC_ALL="en_US"
LINGUAS="en_US"

Options:
  • LANG= set locale for all categories, can be any two letter ISO language code.
  • LC_CTYPE= localedata configuration for classification and conversion of characters.
  • LC_COLLATE= localedata configuration for collation (sort order) of strings.
  • LC_MESSAGES= localedata configuration for translation of yes and no messages.
  • LC_NUMERIC= localedata configuration for non-monetary numeric data.
  • LC_MONETARY= localedata configuration for monetary data.
  • LC_TIME= localedata configuration for date and time.
  • LC_ALL= localedata configuration overriding all of the above.
  • LANGUAGE= can be a : separated list of ISO language codes.
  • LINGUAS= can be a ' ' separated list of ISO language codes.
  • SYSFONT= any font that is legal when used as /usr/bin/consolechars -f $SYSFONT ... (See console-tools package for consolechars command)
  • UNIMAP= any SFM (screen font map, formerly called Unicode mapping table - see consolechars(8))

    /usr/bin/consolechars -f $SYSFONT --sfm $UNIMAP

  • SYSFONTACM= any ACM (application charset map - see consolechars(8))

    /usr/bin/consolechars -f $SYSFONT --acm $SYSFONTACM

    The above is used by the /sbin/setsysfont command (which is run by rc.sysinit at boot time.)



[root@DB-server ~]# cat /etc/sysconfig/i18n
LANG="zh_CN.UTF-8"
LANGUAGE="zh_CN.GB18030:zh_CN.GBK:zh_CN"
SUPPORTED="zh_CN.GB18030:zh_CN:zh"
SYSFONT="lat0-sun16"
SYSFONTACM="8859-15"

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值