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 / ja_JP.UTF-8 / XLC_LOCALE < prev   
Text File  |  2006-11-29  |  2KB  |  151 lines

  1. #  $XFree86$
  2.  
  3. #     XLC_FONTSET category
  4. XLC_FONTSET
  5.  
  6. on_demand_loading    True
  7.  
  8. object_name        generic
  9.  
  10. # We leave the legacy encodings in for the moment, because we don't
  11. # have that many ISO10646 fonts yet.
  12. #   fs0 class (7 bit ASCII)
  13. fs0 {
  14.   charset {
  15.     name  ISO8859-1:GL
  16.   }
  17.   font  {
  18.     primary   ISO8859-1:GL
  19.     vertical_rotate all
  20.   }
  21. }
  22. # fs1 class (ISO8859 families)
  23. fs1 {
  24.   charset {
  25.     name  ISO8859-1:GR
  26.   }
  27.   font  {
  28.     primary ISO8859-1:GR
  29.   }
  30. }
  31.  
  32. #     fs2 class (Kanji)
  33. fs2    {
  34.     charset    {
  35.         name    JISX0208.1983-0:GL
  36.     }
  37.     font    {
  38.         primary    JISX0208.1983-0:GL
  39.     }
  40. }
  41.  
  42. #   fs3 class (Korean Character)
  43. fs3    {
  44.     charset    {
  45.         name    KSC5601.1987-0:GL
  46.     }
  47.     font    {
  48.         primary    KSC5601.1987-0:GL
  49.     }
  50. }
  51.  
  52. #   fs4 class (Chinese Han Character)
  53. fs4    {
  54.     charset    {
  55.         name    GB2312.1980-0:GL
  56.     }
  57.     font    {
  58.         primary    GB2312.1980-0:GL
  59.     }
  60. }
  61. #    fs5 class (Half Kana)
  62. fs5    {
  63.     charset    {
  64.         name    JISX0201.1976-0:GR
  65.     }
  66.     font    {
  67.         primary        JISX0201.1976-0:GR
  68.         vertical_rotate    all
  69.     }
  70. }
  71. # ISO10646-1 is put last to make usually better-looking
  72. # other fonts are picked up before iso10646-1 fonts.
  73. # Moreover, some iso10646-1 fonts don't have any glyph at all
  74. # in ISO8859-X ranges.
  75.  
  76. # fs6 class
  77. fs6 {
  78.   charset {
  79.     name  ISO10646-1
  80.   }
  81.   font  {
  82.     primary ISO10646-1
  83.   }
  84. }
  85.  
  86. END XLC_FONTSET
  87.  
  88. #     XLC_XLOCALE category
  89. XLC_XLOCALE
  90.  
  91. encoding_name        UTF-8
  92. mb_cur_max        6
  93. state_depend_encoding    False
  94.  
  95. #    cs0 class
  96. cs0    {
  97.     side        GL:Default
  98.     length        1
  99.     ct_encoding    ISO8859-1:GL
  100. }
  101.  
  102. #    cs1 class
  103. cs1     {
  104.         side            GR:Default
  105.         length          1
  106.         ct_encoding     ISO8859-1:GR
  107. }
  108.  
  109. #    cs2 class
  110. cs2    {
  111.     side        GR
  112.     length        2
  113.     ct_encoding    JISX0208.1983-0:GL; JISX0208.1983-0:GR;            JISX0208.1983-1:GL; JISX0208.1983-1:GR
  114.  
  115. }
  116.  
  117. #    cs3 class
  118. cs3     {
  119.         side            GL
  120.         length          2
  121.         ct_encoding     KSC5601.1987-0:GL; KSC5601.1987-0:GR;                        KSC5601.1987-1:GL; KSC5601.1987-1:GR
  122.  
  123. }
  124.  
  125. #    cs4 class
  126. cs4     {
  127.         side            GR
  128.         length          2
  129.         ct_encoding     GB2312.1980-0:GL; GB2312.1980-0:GR
  130. }
  131.  
  132. #    cs5 class
  133. cs5    {
  134.     side        GR
  135.     length        1
  136.     ct_encoding    JISX0201.1976-0:GR
  137. }
  138.  
  139. #    cs6 class
  140. cs6    {
  141.     side        none
  142.     ct_encoding    ISO10646-1
  143. }
  144.  
  145. END XLC_XLOCALE
  146.