intl/locale/src/windows/wincharset.properties

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

     1 # This Source Code Form is subject to the terms of the Mozilla Public
     2 # License, v. 2.0. If a copy of the MPL was not distributed with this
     3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
     4 #
     5 # This file map a ACP to a charset name
     6 # We use this to figure out the charset of file system, clipboard, etc
     7 #
     9 acp.874=TIS-620
    10 acp.932=Shift_JIS
    11 acp.936=gb18030
    12 acp.949=EUC-KR
    13 acp.950=Big5
    14 acp.951=Big5-HKSCS
    15 acp.1250=windows-1250
    16 acp.1251=windows-1251
    17 acp.1252=windows-1252
    18 acp.1253=windows-1253
    19 acp.1254=windows-1254
    20 acp.1255=windows-1255
    21 acp.1256=windows-1256
    22 acp.1257=windows-1257
    23 acp.1258=windows-1258

mercurial