From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- dom/encoding/localesfallbacks.properties | 72 ++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 dom/encoding/localesfallbacks.properties (limited to 'dom/encoding/localesfallbacks.properties') diff --git a/dom/encoding/localesfallbacks.properties b/dom/encoding/localesfallbacks.properties new file mode 100644 index 000000000..e01403412 --- /dev/null +++ b/dom/encoding/localesfallbacks.properties @@ -0,0 +1,72 @@ +# 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/. + +# This file contains mappings from languages to legacy encodings for languages +# that are associated with legacy encoding other than windows-1252 (except +# Traditional Chinese, which is handled as a special case elsewhere). +# +# The keys are language codes without regions. The values are Gecko-canonical +# encoding labels (not necessarily lower case!). +# +# Rules: +# +# * Avoid editing this file! +# +# * If you do edit this file, be sure to file a spec bug against WHATWG HTML +# to keep this file in sync with +# http://www.whatwg.org/specs/web-apps/current-work/multipage/parsing.html#determining-the-character-encoding +# +# * As an exception to the previous rule, gbk is used instead of GB18030 +# until/unless work on http://encoding.spec.whatwg.org/ shows that the former +# can be treated as an alias of the latter and our decoder implementation +# has been audited to match the spec. +# +# * Use only the language code without a hyphen or anything that would come +# after the hyphen. +# +# * Don't put windows-1252-affiliated languages here. +# +# * Don't put Traditional Chinese here. + +ar=windows-1256 +# https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 +ba=windows-1251 +# https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 +be=windows-1251 +bg=windows-1251 +cs=windows-1250 +# https://www.w3.org/Bugs/Public/show_bug.cgi?id=23090 +el=ISO-8859-7 +et=windows-1257 +fa=windows-1256 +he=windows-1255 +hr=windows-1250 +hu=ISO-8859-2 +ja=Shift_JIS +# https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 +kk=windows-1251 +ko=EUC-KR +ku=windows-1254 +# https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 +ky=windows-1251 +lt=windows-1257 +lv=windows-1257 +# https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 +mk=windows-1251 +pl=ISO-8859-2 +ru=windows-1251 +# https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 +sah=windows-1251 +sk=windows-1250 +sl=ISO-8859-2 +sr=windows-1251 +# https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 +tg=windows-1251 +th=windows-874 +tr=windows-1254 +# https://www.w3.org/Bugs/Public/show_bug.cgi?id=23089 +tt=windows-1251 +uk=windows-1251 +vi=windows-1258 +zh=gbk -- cgit v1.2.3