зеркало из https://github.com/mozilla/pjs.git
Elliminating Arabic&Hebrew converters from UI. Checking for momoi. r=cata bug#27700
This commit is contained in:
Родитель
0188e1d840
Коммит
4f3f1d0faa
|
@ -75,3 +75,11 @@ x-mac-turkish.LangGroup = tr
|
|||
|
||||
utf-8.MIMEHeaderEncodingMethod = B
|
||||
utf-8.MIMEMailCharset = utf-8
|
||||
|
||||
|
||||
iso-8859-6.notForBrowser = true
|
||||
iso-8859-8.notForBrowser = true
|
||||
windows-1255.notForBrowser = true
|
||||
windows-1256.notForBrowser = true
|
||||
ibm862.notForBrowser = true
|
||||
ibm864.notForBrowser = true
|
|
@ -499,7 +499,7 @@ nsresult nsCharsetMenu::InitBrowserMoreXMenu(nsIRDFService * aRDFServ,
|
|||
char cs1[] = { "iso-8859-1, iso-8859-15, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-7, iso-8859-9, iso-8859-10, iso-8859-13, iso-8859-14" };
|
||||
char cs2[] = { "iso-2022-jp, shift_jis, euc-jp, big5, x-euc-tw, gb2312, x-gbk, hz-gb-2312, iso-2022-cn, euc-kr, utf-7, utf-8" };
|
||||
char cs3[] = { "koi8-r, iso-8859-5, windows-1251, iso-ir-111, ibm866, x-mac-cyrillic, koi8-u, x-mac-ukrainian" };
|
||||
char cs4[] = { "windows-1258, x-viet-tcvn5712, viscii, x-viet-vps, tis-620, armscii-8, iso-8859-6, windows-1256, iso-8859-8, windows-1255" };
|
||||
char cs4[] = { "windows-1258, x-viet-tcvn5712, viscii, x-viet-vps, tis-620, armscii-8" };
|
||||
char cs5[] = { "x-mac-roman, x-mac-ce, x-mac-turkish, x-mac-croatian, x-mac-romanian, x-mac-icelandic, x-mac-greek" };
|
||||
char cs6[] = { "windows-1252, windows-1250, windows-1254, windows-1257, windows-1253" };
|
||||
nsObjectArray mBrowserMore1Menu;
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
<!ENTITY charsetMenuMore1.label "ISO">
|
||||
<!ENTITY charsetMenuMore2.label "Multibyte">
|
||||
<!ENTITY charsetMenuMore3.label "Cyrillic">
|
||||
<!ENTITY charsetMenuMore4.label "SE Asian/Armenian/Semitic">
|
||||
<!ENTITY charsetMenuMore4.label "SE Asian/Armenian">
|
||||
<!ENTITY charsetMenuMore5.label "Macintosh">
|
||||
<!ENTITY charsetMenuMore6.label "Windows">
|
||||
|
|
Загрузка…
Ссылка в новой задаче