intl/uconv/ucvlatin/maccyril.ut

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 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
     2 /* This Source Code Form is subject to the terms of the Mozilla Public
     3  * License, v. 2.0. If a copy of the MPL was not distributed with this
     4  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     5 /*========================================================
     6   This is a Generated file. Please don't edit it.
     8   The tool which used to generate this file is called umaptable.
     9   You can find this tool under mozilla/intl/uconv/tools/umaptable.c.
    10   If you have any problem of this file. Please contact 
    11   Netscape Client International Team or 
    12   ftang@netscape <Frank Tang> 
    14               Table in Debug form 
    15 Begin of Item 0000
    16  Format 0
    17   srcBegin = 0020
    18   srcEnd = 007F
    19   destBegin = 0020
    20 End of Item 0000 
    22 Begin of Item 0001
    23  Format 0
    24   srcBegin = 0080
    25   srcEnd = 009F
    26   destBegin = 0410
    27 End of Item 0001 
    29 Begin of Item 0002
    30  Format 0
    31   srcBegin = 00E0
    32   srcEnd = 00FE
    33   destBegin = 0430
    34 End of Item 0002 
    36 Begin of Item 0003
    37  Format 1
    38   srcBegin = 00A0
    39   srcEnd = 00DF
    40   mappingOffset = 0000
    41  Mapping  = 
    42   2020 00B0 0490 00A3 00A7 2022 00B6 0406 
    43   00AE 00A9 2122 0402 0452 2260 0403 0453 
    44   221E 00B1 2264 2265 0456 00B5 0491 0408 
    45   0404 0454 0407 0457 0409 0459 040A 045A 
    46   0458 0405 00AC 221A 0192 2248 2206 00AB 
    47   00BB 2026 00A0 040B 045B 040C 045C 0455 
    48   2013 2014 201C 201D 2018 2019 00F7 201E 
    49   040E 045E 040F 045F 2116 0401 0451 044F 
    50 End of Item 0003 
    52 Begin of Item 0004
    53  Format 2
    54   srcBegin = 00FF
    55   destBegin = 20AC
    56 End of Item 0004 
    58 ========================================================*/
    59 /* Offset=0x0000  ItemOfList */
    60   0x0005,
    61 /*-------------------------------------------------------*/
    62 /* Offset=0x0001  offsetToFormatArray */
    63   0x0004,
    64 /*-------------------------------------------------------*/
    65 /* Offset=0x0002  offsetToMapCellArray */ 
    66   0x0006,
    67 /*-------------------------------------------------------*/
    68 /* Offset=0x0003  offsetToMappingTable */ 
    69   0x0015,
    70 /*-------------------------------------------------------*/
    71 /*       Offset=0x0004   Start of Format Array */ 
    72 /*	Total of Format 0 : 0x0003			 */
    73 /*	Total of Format 1 : 0x0001			 */
    74 /*	Total of Format 2 : 0x0001			 */
    75 /*	Total of Format 3 : 0x0000			 */
    77 0x1000, 0x0002, 
    78 /*-------------------------------------------------------*/
    79 /*       Offset=0x0006   Start of MapCell Array */ 
    80 /* 0000 */    0x0020, 0x007F, 0x0020, 
    81 /* 0001 */    0x0080, 0x009F, 0x0410, 
    82 /* 0002 */    0x00E0, 0x00FE, 0x0430, 
    83 /* 0003 */    0x00A0, 0x00DF, 0x0000, 
    84 /* 0004 */    0x00FF, 0x0000, 0x20AC, 
    85 /*-------------------------------------------------------*/
    86 /*       Offset=0x0015   Start of MappingTable */ 
    88 /* 0000 */    0x2020, 0x00B0, 0x0490, 0x00A3, 0x00A7, 0x2022, 0x00B6, 0x0406, 
    89 /* 0008 */    0x00AE, 0x00A9, 0x2122, 0x0402, 0x0452, 0x2260, 0x0403, 0x0453, 
    90 /* 0010 */    0x221E, 0x00B1, 0x2264, 0x2265, 0x0456, 0x00B5, 0x0491, 0x0408, 
    91 /* 0018 */    0x0404, 0x0454, 0x0407, 0x0457, 0x0409, 0x0459, 0x040A, 0x045A, 
    92 /* 0020 */    0x0458, 0x0405, 0x00AC, 0x221A, 0x0192, 0x2248, 0x2206, 0x00AB, 
    93 /* 0028 */    0x00BB, 0x2026, 0x00A0, 0x040B, 0x045B, 0x040C, 0x045C, 0x0455, 
    94 /* 0030 */    0x2013, 0x2014, 0x201C, 0x201D, 0x2018, 0x2019, 0x00F7, 0x201E, 
    95 /* 0038 */    0x040E, 0x045E, 0x040F, 0x045F, 0x2116, 0x0401, 0x0451, 0x044F, 
    96 /*	End of table Total Length = 0x0055 * 2 */

mercurial