dom/encoding/nonparticipatingdomains.properties

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

michael@0 1 # This Source Code Form is subject to the terms of the Mozilla Public
michael@0 2 # License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
michael@0 4
michael@0 5 # Top-level domains listed here do not participate in TLD-based guessing.
michael@0 6 #
michael@0 7 # We should do Web crawls to see if domains listed here can migrate to
michael@0 8 # domainsfallbacks.properties.
michael@0 9 #
michael@0 10 # The value to the right of the = sign is ignored and serves as a placeholder.
michael@0 11
michael@0 12 # Generic
michael@0 13 com=windows-1252
michael@0 14 net=windows-1252
michael@0 15 org=windows-1252
michael@0 16
michael@0 17 # No Firefox localization for Azeri
michael@0 18 az=windows-1254
michael@0 19
michael@0 20 # windows-1251 or windows-1250?
michael@0 21 ba=???
michael@0 22
michael@0 23 # ISO-8859-7 or windows-1254?
michael@0 24 cy=???
michael@0 25
michael@0 26 # Is there enough unlabeled windows-1256 content for a windows-1255 to break
michael@0 27 # too much?
michael@0 28 il=windows-1255
michael@0 29
michael@0 30 # Out-of-country English use
michael@0 31 ly=windows-1256
michael@0 32
michael@0 33 # Out-of-country English use
michael@0 34 # md=windows-1250
michael@0 35
michael@0 36 # Out-of-country English use
michael@0 37 # me=windows-1251
michael@0 38
michael@0 39 # Malaysia has an Arabic-script TLD, official script is latin, possibly Chinese-script publications
michael@0 40 my=???
michael@0 41
michael@0 42 # No Firefox localization for Urdu; potential for minority-language sites
michael@0 43 # relying on windows-1252 hacks.
michael@0 44 pk=windows-1256
michael@0 45
michael@0 46 # The Romanian localization says windows-1252, even though the Windows legacy
michael@0 47 # differs.
michael@0 48 ro=windows-1250
michael@0 49
michael@0 50 tm=windows-1250
michael@0 51

mercurial