diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-11-03 00:17:46 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-11-03 00:17:46 -0400 |
commit | 302bf1b523012e11b60425d6eee1221ebc2724eb (patch) | |
tree | b191a895f8716efcbe42f454f37597a545a6f421 /mailnews/intl/charsetalias.properties | |
parent | 21b3f6247403c06f85e1f45d219f87549862198f (diff) | |
download | UXP-302bf1b523012e11b60425d6eee1221ebc2724eb.tar UXP-302bf1b523012e11b60425d6eee1221ebc2724eb.tar.gz UXP-302bf1b523012e11b60425d6eee1221ebc2724eb.tar.lz UXP-302bf1b523012e11b60425d6eee1221ebc2724eb.tar.xz UXP-302bf1b523012e11b60425d6eee1221ebc2724eb.zip |
Issue #1258 - Part 1: Import mailnews, ldap, and mork from comm-esr52.9.1
Diffstat (limited to 'mailnews/intl/charsetalias.properties')
-rw-r--r-- | mailnews/intl/charsetalias.properties | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/mailnews/intl/charsetalias.properties b/mailnews/intl/charsetalias.properties new file mode 100644 index 000000000..b3edb83b9 --- /dev/null +++ b/mailnews/intl/charsetalias.properties @@ -0,0 +1,99 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# Rule of this file: +# 1. key should always be in lower case ascii so we can do case insensitive +# comparison in the code faster. +# 2. value should be the one used in unicode converter +# 3. If the charset is not used for document charset, but font charset +# (e.g. XLFD charset- such as JIS x0201, JIS x0208), don't put here +# +# This file contains mainly aliases. Actual labels for encodings are in +# labelsencodings.properties. Besides aliases it contains labels for charsets +# that are not part of the HTML5 world, but still are supported for e-mail. + +646=windows-1252 +iso-8859-1=ISO-8859-1 +utf-16=UTF-16 +utf-7=UTF-7 + +# Netscape private ... +x-imap4-modified-utf7=x-imap4-modified-utf7 +x-mac-ce=x-mac-ce +x-mac-turkish=x-mac-turkish +x-mac-greek=x-mac-greek +x-mac-icelandic=x-mac-icelandic +x-mac-croatian=x-mac-croatian +x-mac-romanian=x-mac-romanian +x-mac-hebrew=x-mac-hebrew +x-mac-arabic=x-mac-arabic +x-mac-farsi=x-mac-farsi +x-mac-devanagari=x-mac-devanagari +x-mac-gujarati=x-mac-gujarati +x-mac-gurmukhi=x-mac-gurmukhi +iso-10646-ucs-2=UTF-16BE +x-iso-10646-ucs-2-be=UTF-16BE +x-iso-10646-ucs-2-le=UTF-16LE + +# Aliases for ISO-8859-1 +latin1=ISO-8859-1 +iso_8859-1=ISO-8859-1 +iso8859-1=ISO-8859-1 +iso_8859-1:1987=ISO-8859-1 +iso-ir-100=ISO-8859-1 +l1=ISO-8859-1 +cp819=ISO-8859-1 +csisolatin1=ISO-8859-1 + +# Aliases for ISO-8859-8-I +iso-8859-8i=ISO-8859-8-I + +# Aliases for Shift_JIS +cp932=Shift_JIS + +# Aliases for ISO-2022-JP +# The following are really not aliases ISO-2022-JP, but sharing the same decoder +iso-2022-jp-2=ISO-2022-JP +csiso2022jp2=ISO-2022-JP + +# Aliases for Big5 +# x-x-big5 is not really a alias for Big5, add it only for MS FrontPage +# Sun Solaris + +zh_tw-big5=Big5 + +# Aliases for EUC-KR +5601=EUC-KR + +# Aliases for windows-874 +tis620=windows-874 + +# Aliases for IBM866 +cp-866=IBM866 + +# Aliases for UTF-7 +x-unicode-2-0-utf-7=UTF-7 +unicode-2-0-utf-7=UTF-7 +unicode-1-1-utf-7=UTF-7 +csunicode11utf7=UTF-7 + +# Aliases for ISO-10646-UCS-2 +csunicode=UTF-16BE +csunicode11=UTF-16BE +iso-10646-ucs-basic=UTF-16BE +csunicodeascii=UTF-16BE +iso-10646-unicode-latin1=UTF-16BE +csunicodelatin1=UTF-16BE +iso-10646=UTF-16BE +iso-10646-j-1=UTF-16BE + +# Following names appears in unix nl_langinfo(CODESET) +# They can be compiled as platform specific if necessary +# DONT put things here if it does not look generic enough (like hp15CN) +iso88591=ISO-8859-1 +iso885912=ISO-8859-12 +windows-936=gbk +ansi-1251=windows-1251 + +cp936=gbk |