home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / root / usr / share / X11 / locale / zh_CN.gb18030 / XLC_LOCALE < prev   
Text File  |  2006-11-29  |  1KB  |  107 lines

  1. #     XFree86 NLS for Chinese encoding GB18030
  2. #        Modified from xc/nls/XLC_LOCALE/en_US.UTF-8
  3. #        by James Su <suzhe@turbolinux.com.cn>
  4.  
  5. #     XLC_FONTSET category
  6. XLC_FONTSET
  7.  
  8. on_demand_loading    True
  9.  
  10. object_name        generic
  11.  
  12. #    We leave the legacy encodings in for the moment, because we don't
  13. #    have that many ISO10646 fonts yet.
  14. #     fs0 class (7 bit ASCII)
  15. fs0    {
  16.     charset    {
  17.         name    ISO8859-1:GL
  18.     }
  19.     font    {
  20.         primary    ISO8859-1:GL
  21.         vertical_rotate    all
  22.     }
  23. }
  24.  
  25. #    fs1 class (ISO8859 families)
  26. fs1    {
  27.     charset    {
  28.         name    ISO8859-1:GR
  29.     }
  30.     font    {
  31.         primary    ISO8859-1:GR
  32.     }
  33. }
  34.  
  35. #    fs2 class (Chinese Han Character)
  36. fs2    {
  37.     charset    {
  38.         name    GB2312.1980-0:GL
  39.     }
  40.     font    {
  41.         primary    GB2312.1980-0:GL
  42.     }
  43. }
  44.  
  45. #    fs3 class (Chinese Han Character GBK)
  46. fs3    {
  47.     charset    {
  48.         name    GBK-0:GLGR
  49.     }
  50.     font    {
  51.         primary GBK-0:GLGR
  52.         substitute GB13000.1993-1:GLGR
  53.     }
  54. }
  55.  
  56. #    fs4 class
  57. fs4    {
  58.     charset    {
  59.         name    ISO10646-1
  60.     }
  61.     font    {
  62.         primary    GB18030-0
  63.         substitute GBK2K-0
  64.     }
  65. }
  66. END XLC_FONTSET
  67.  
  68. #     XLC_XLOCALE category
  69. XLC_XLOCALE
  70.  
  71. encoding_name        GB18030
  72. mb_cur_max        4
  73. state_depend_encoding    False
  74.  
  75. #    cs0 class
  76. cs0    {
  77.     side        GL:Default
  78.     length        1
  79.     ct_encoding    ISO8859-1:GL
  80. }
  81.  
  82. #    cs1 class
  83. cs1    {
  84.     side            GR:Default
  85.     length          1
  86.     ct_encoding     ISO8859-1:GR
  87. }
  88.  
  89. #    cs2 class
  90. cs2    {
  91.     side            GR
  92.     length          2
  93.     ct_encoding     GB2312.1980-0:GL; GB2312.1980-0:GR
  94. }
  95.  
  96. #    cs3 class
  97. cs3    {
  98.     side        none
  99.     ct_encoding    ISO10646-1
  100. }
  101.  
  102. END XLC_XLOCALE
  103.