intl/uconv/ucvlatin/8859-15.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 fromu.
     9   If you have any problem of this file. Please contact 
    10   Netscape Client International Team or 
    11   ftang@netscape <Frank Tang> 
    13               Table in Debug form 
    14 Begin of Item 0000
    15  Format 0
    16   srcBegin = 0000
    17   srcEnd = 009F
    18   destBegin = 0000
    19 End of Item 0000 
    21 Begin of Item 0001
    22  Format 0
    23   srcBegin = 00A9
    24   srcEnd = 00B3
    25   destBegin = 00A9
    26 End of Item 0001 
    28 Begin of Item 0002
    29  Format 0
    30   srcBegin = 00BF
    31   srcEnd = 00FF
    32   destBegin = 00BF
    33 End of Item 0002 
    35 Begin of Item 0003
    36  Format 1
    37   srcBegin = 00A0
    38   srcEnd = 00A8
    39   mappingOffset = 0000
    40  Mapping  = 
    41   00A0 00A1 00A2 00A3 20AC 00A5 0160 00A7 
    42   0161 
    43 End of Item 0003 
    45 Begin of Item 0004
    46  Format 1
    47   srcBegin = 00B4
    48   srcEnd = 00BE
    49   mappingOffset = 0009
    50  Mapping  = 
    51   017D 00B5 00B6 00B7 017E 00B9 00BA 00BB 
    52   0152 0153 0178 
    53 End of Item 0004 
    55 ========================================================*/
    56 /* Offset=0x0000  ItemOfList */
    57   0x0005,
    58 /*-------------------------------------------------------*/
    59 /* Offset=0x0001  offsetToFormatArray */
    60   0x0004,
    61 /*-------------------------------------------------------*/
    62 /* Offset=0x0002  offsetToMapCellArray */ 
    63   0x0006,
    64 /*-------------------------------------------------------*/
    65 /* Offset=0x0003  offsetToMappingTable */ 
    66   0x0015,
    67 /*-------------------------------------------------------*/
    68 /*       Offset=0x0004   Start of Format Array */ 
    69 /*	Total of Format 0 : 0x0003			 */
    70 /*	Total of Format 1 : 0x0002			 */
    71 /*	Total of Format 2 : 0x0000			 */
    72 /*	Total of Format 3 : 0x0000			 */
    74 0x1000, 0x0001, 
    75 /*-------------------------------------------------------*/
    76 /*       Offset=0x0006   Start of MapCell Array */ 
    77 /* 0000 */    0x0000, 0x009F, 0x0000, 
    78 /* 0001 */    0x00A9, 0x00B3, 0x00A9, 
    79 /* 0002 */    0x00BF, 0x00FF, 0x00BF, 
    80 /* 0003 */    0x00A0, 0x00A8, 0x0000, 
    81 /* 0004 */    0x00B4, 0x00BE, 0x0009, 
    82 /*-------------------------------------------------------*/
    83 /*       Offset=0x0015   Start of MappingTable */ 
    85 /* 0000 */    0x00A0, 0x00A1, 0x00A2, 0x00A3, 0x20AC, 0x00A5, 0x0160, 0x00A7, 
    86 /* 0008 */    0x0161, 0x017D, 0x00B5, 0x00B6, 0x00B7, 0x017E, 0x00B9, 0x00BA, 
    87 /* 0010 */    0x00BB, 0x0152, 0x0153, 0x0178, 
    88 /*	End of table Total Length = 0x0029 * 2 */

mercurial