bug 146287
Solaris specific mime names are not supported in Mozilla/Netscape Mail Added some lines for chinese and TIS-620 for iso8859-11 r=ftang, sr=alecf, a=rjesup@wgate.com
This commit is contained in:
Родитель
0027148d7b
Коммит
5e6b930253
|
@ -56,6 +56,7 @@ iso-8859-8-i=ISO-8859-8-I
|
|||
iso-8859-8-e=ISO-8859-8-E
|
||||
iso-8859-9=ISO-8859-9
|
||||
iso-8859-10=ISO-8859-10
|
||||
iso-8859-11=TIS-620
|
||||
iso-8859-13=ISO-8859-13
|
||||
iso-8859-14=ISO-8859-14
|
||||
iso-8859-15=ISO-8859-15
|
||||
|
@ -150,6 +151,7 @@ iso8859-7=ISO-8859-7
|
|||
iso8859-8=ISO-8859-8
|
||||
iso8859-9=ISO-8859-9
|
||||
iso8859-10=ISO-8859-10
|
||||
iso8859-11=TIS-620
|
||||
iso8859-13=ISO-8859-13
|
||||
iso8859-14=ISO-8859-14
|
||||
iso8859-15=ISO-8859-15
|
||||
|
@ -290,6 +292,8 @@ csiso2022jp2=ISO-2022-JP
|
|||
csbig5=Big5
|
||||
# x-x-big5 is not really a alias for Big5, add it only for MS FrontPage
|
||||
x-x-big5=Big5
|
||||
# Sun Solaris
|
||||
zh_tw-big5=Big5
|
||||
##
|
||||
## Aliases for EUC-KR
|
||||
##
|
||||
|
@ -317,6 +321,8 @@ iso-ir-58=GB2312
|
|||
chinese=GB2312
|
||||
csiso58gb231280=GB2312
|
||||
csgb2312=GB2312
|
||||
zh_cn.euc=GB2312
|
||||
# Sun Solaris
|
||||
gb_2312=GB2312
|
||||
##
|
||||
## Aliases for windows-125x
|
||||
|
@ -442,6 +448,10 @@ csviscii=VISCII
|
|||
##
|
||||
csviqr=VIQR
|
||||
##
|
||||
## Aliases for x-euc-tw
|
||||
##
|
||||
zh_tw-euc=x-euc-tw
|
||||
##
|
||||
## 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)
|
||||
|
@ -456,7 +466,7 @@ iso88597=ISO-8859-7
|
|||
iso88598=ISO-8859-8
|
||||
iso88599=ISO-8859-9
|
||||
iso885910=ISO-8859-10
|
||||
iso885911=ISO-8859-11
|
||||
iso885911=TIS-620
|
||||
iso885912=ISO-8859-12
|
||||
iso885913=ISO-8859-13
|
||||
iso885914=ISO-8859-14
|
||||
|
|
Загрузка…
Ссылка в новой задаче