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 / ko_KR.UTF-8 / XLC_LOCALE < prev   
Text File  |  2006-11-29  |  2KB  |  149 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 (Korean Character)
  33. fs2    {
  34.     charset    {
  35.         name    KSC5601.1987-0:GL
  36.     }
  37.     font    {
  38.         primary    KSC5601.1987-0:GL
  39.     }
  40. }
  41. #     fs3 class (Kanji)
  42. fs3    {
  43.     charset    {
  44.         name    JISX0208.1983-0:GL
  45.     }
  46.     font    {
  47.         primary    JISX0208.1983-0:GL
  48.     }
  49. }
  50. #   fs4 class (Chinese Han Character)
  51. fs4    {
  52.     charset    {
  53.         name    GB2312.1980-0:GL
  54.     }
  55.     font    {
  56.         primary    GB2312.1980-0:GL
  57.     }
  58. }
  59. #    fs5 class (Half Kana)
  60. fs5    {
  61.     charset    {
  62.         name    JISX0201.1976-0:GR
  63.     }
  64.     font    {
  65.         primary        JISX0201.1976-0:GR
  66.         vertical_rotate    all
  67.     }
  68. }
  69.  
  70. # ISO10646-1 is put last to make usually better-looking
  71. # other fonts are picked up before iso10646-1 fonts.
  72. # Moreover, some iso10646-1 fonts don't have any glyph at all
  73. # in ISO8859-X ranges.
  74.  
  75. # fs6 class
  76. fs6 {
  77.   charset {
  78.     name  ISO10646-1
  79.   }
  80.   font  {
  81.     primary ISO10646-1
  82.   }
  83. }
  84.  
  85. END XLC_FONTSET
  86.  
  87. #     XLC_XLOCALE category
  88. XLC_XLOCALE
  89.  
  90. encoding_name        UTF-8
  91. mb_cur_max        6
  92. state_depend_encoding    False
  93.  
  94. #    cs0 class
  95. cs0    {
  96.     side        GL:Default
  97.     length        1
  98.     ct_encoding    ISO8859-1:GL
  99. }
  100.  
  101. #    cs1 class
  102. cs1     {
  103.         side            GR:Default
  104.         length          1
  105.         ct_encoding     ISO8859-1:GR
  106. }
  107.  
  108. #    cs2 class
  109. cs2     {
  110.         side            GL
  111.         length          2
  112.         ct_encoding     KSC5601.1987-0:GL; KSC5601.1987-0:GR;                        KSC5601.1987-1:GL; KSC5601.1987-1:GR
  113.  
  114. }
  115.  
  116. #    cs3 class
  117. cs3    {
  118.     side        GR
  119.     length        2
  120.     ct_encoding    JISX0208.1983-0:GL; JISX0208.1983-0:GR;            JISX0208.1983-1:GL; JISX0208.1983-1:GR
  121.  
  122. }
  123.  
  124. #    cs4 class
  125. cs4     {
  126.         side            GR
  127.         length          2
  128.         ct_encoding     GB2312.1980-0:GL; GB2312.1980-0:GR
  129. }
  130.  
  131. #    cs5 class
  132. cs5    {
  133.     side        GR
  134.     length        1
  135.     ct_encoding    JISX0201.1976-0:GR
  136. }
  137.  
  138. #    cs6 class
  139. cs6    {
  140.     side        none
  141.     ct_encoding    ISO10646-1
  142. }
  143.  
  144. END XLC_XLOCALE
  145.