home *** CD-ROM | disk | FTP | other *** search
/ ftp.swcp.com / ftp.swcp.com.zip / ftp.swcp.com / mac / mozilla-mac-0.9.sea.hqx / mozilla-mac-0.9 / res / charsetData.properties < prev    next >
Text File  |  2001-05-05  |  5KB  |  134 lines

  1. ##
  2. ## The contents of this file are subject to the Netscape Public
  3. ## License Version 1.1 (the "License"); you may not use this file
  4. ## except in compliance with the License. You may obtain a copy of
  5. ## the License at http://www.mozilla.org/NPL/
  6. ##
  7. ## Software distributed under the License is distributed on an "AS
  8. ## IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  9. ## implied. See the License for the specific language governing
  10. ## rights and limitations under the License.
  11. ##
  12. ## The Original Code is mozilla.org code.
  13. ##
  14. ## The Initial Developer of the Original Code is Netscape
  15. ## Communications Corporation.  Portions created by Netscape are
  16. ## Copyright (C) 1999 Netscape Communications Corporation. All
  17. ## Rights Reserved.
  18. ##
  19. ## Contributor(s): 
  20.  
  21. ## Rule of this file:
  22. ## 1. key should always be in lower case ascii so we can do case insensitive
  23. ##    comparision in the code faster.
  24.  
  25. ## Format of this file:
  26. ##
  27. ## charset_name.notForBrowser = anything  -  specifies that this charset is 
  28. ## not to be used in the browser
  29. ##
  30. ## charset_name.LangGroup = 
  31. ##
  32. ## charset_name.MIMEHeaderEncodingMethod =
  33. ##
  34. ## charset_name.MIMEMailCharset =
  35. ##
  36. ## charset_name.isMultibyte = multi byte charsets
  37.  
  38. t.61-8bit.notForBrowser             = true
  39. utf-32le.notForBrowser              = true
  40. utf-32be.notForBrowser              = true
  41. utf-16le.notForBrowser              = true
  42. utf-16be.notForBrowser              = true
  43. x-imap4-modified-utf7.notForBrowser = true
  44. x-u-escaped.notForBrowser           = true
  45. windows-936.notForBrowser           = true
  46. us-ascii.notForBrowser                  = true
  47. x-obsoleted-euc-jp.notForBrowser        = true
  48. x-obsoleted-iso-2022-jp.notForBrowser   = true
  49. x-obsoleted-shift_jis.notForBrowser     = true
  50.  
  51.  
  52. adobe-symbol-encoding.LangGroup    = el
  53. big5.LangGroup                     = zh-TW
  54. big5-hkscs.LangGroup               = zh-TW
  55. euc-jp.LangGroup                   = ja
  56. euc-kr.LangGroup                   = ko
  57. gb2312.LangGroup                   = zh-CN
  58. hz-gb-2312.LangGroup               = zh-CN
  59. ibm850.LangGroup                   = x-western
  60. ibm852.LangGroup                   = x-central-euro
  61. ibm855.LangGroup                   = x-cyrillic
  62. ibm857.LangGroup                   = tr
  63. ibm862.LangGroup                   = he
  64. ibm864.LangGroup                   = ar
  65. ibm866.LangGroup                   = x-cyrillic
  66. iso-2022-cn.LangGroup              = zh-CN
  67. iso-2022-jp.LangGroup              = ja
  68. iso-2022-kr.LangGroup              = ko
  69. iso-8859-1.LangGroup               = x-western
  70. iso-8859-15.LangGroup              = x-western
  71. iso-8859-2.LangGroup               = x-central-euro
  72. iso-8859-4.LangGroup               = x-baltic
  73. iso-8859-5.LangGroup               = x-cyrillic
  74. iso-8859-6.LangGroup               = ar
  75. iso-8859-6-e.LangGroup             = ar
  76. iso-8859-6-i.LangGroup             = ar
  77. iso-8859-7.LangGroup               = el
  78. iso-8859-8.LangGroup               = he
  79. iso-8859-8-e.LangGroup             = he
  80. iso-8859-8-i.LangGroup             = he
  81. iso-8859-9.LangGroup               = tr
  82. jis_0208-1983.LangGroup            = ja
  83. koi8-r.LangGroup                   = x-cyrillic
  84. koi8-u.LangGroup                   = x-cyrillic
  85. shift_jis.LangGroup                = ja
  86. tis-620.LangGroup                  = th
  87. us-ascii.LangGroup                 = x-western
  88. utf-16be.LangGroup                 = x-unicode
  89. utf-16le.LangGroup                 = x-unicode
  90. utf-32be.LangGroup                 = x-unicode
  91. utf-32le.LangGroup                 = x-unicode
  92. utf-7.LangGroup                    = x-unicode
  93. utf-8.LangGroup                    = x-unicode
  94. windows-1250.LangGroup             = x-central-euro
  95. windows-1251.LangGroup             = x-cyrillic
  96. windows-1252.LangGroup             = x-western
  97. windows-1253.LangGroup             = el
  98. windows-1254.LangGroup             = tr
  99. windows-1255.LangGroup             = he
  100. windows-1256.LangGroup             = ar
  101. windows-1257.LangGroup             = x-baltic
  102. windows-936.LangGroup              = zh-CN
  103. x-cns-11643-1.LangGroup            = zh-TW
  104. x-euc-tw.LangGroup                 = zh-TW
  105. x-gbk.LangGroup                    = zh-CN
  106. x-gbk-noascii.LangGroup            = zh-CN
  107. x-mac-ce.LangGroup                 = x-central-euro
  108. x-mac-cyrillic.LangGroup           = x-cyrillic
  109. x-mac-greek.LangGroup              = el
  110. x-mac-icelandic.LangGroup          = x-western
  111. x-mac-roman.LangGroup              = x-western
  112. x-mac-turkish.LangGroup            = tr
  113. x-mac-ukrainian.LangGroup          = x-cyrillic
  114. x-user-defined.LangGroup           = x-user-def
  115. x-x11johab.LangGroup               = ko
  116. x-johab.LangGroup                  = ko
  117.  
  118. utf-8.MIMEHeaderEncodingMethod  = B
  119. utf-8.MIMEMailCharset           = utf-8
  120.  
  121.  
  122. iso-2022-jp.isMultibyte     = true
  123. shift_jis.isMultibyte       = true
  124. euc-jp.isMultibyte          = true
  125. big5.isMultibyte            = true
  126. big5-hkscs.isMultibyte      = true
  127. x-euc-tw.isMultibyte        = true
  128. gb2312.isMultibyte          = true
  129. hz-gb-2312.isMultibyte      = true
  130. iso-2022-kr.isMultibyte     = true
  131. euc-kr.isMultibyte          = true
  132. utf-7.isMultibyte           = true
  133. utf-8.isMultibyte           = true
  134.