intl/uconv/ucvlatin/8859-8.uf

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 = 0000
    18   srcEnd = 009F
    19   destBegin = 0000
    20 End of Item 0000 
    22 Begin of Item 0001
    23  Format 0
    24   srcBegin = 00A2
    25   srcEnd = 00A9
    26   destBegin = 00A2
    27 End of Item 0001 
    29 Begin of Item 0002
    30  Format 0
    31   srcBegin = 00AB
    32   srcEnd = 00B9
    33   destBegin = 00AB
    34 End of Item 0002 
    36 Begin of Item 0003
    37  Format 0
    38   srcBegin = 05D0
    39   srcEnd = 05EA
    40   destBegin = 00E0
    41 End of Item 0003 
    43 Begin of Item 0004
    44  Format 2
    45   srcBegin = 00A0
    46   destBegin = 00A0
    47 End of Item 0004 
    49 Begin of Item 0005
    50  Format 1
    51   srcBegin = 00BB
    52   srcEnd = 00BE
    53   mappingOffset = 0000
    54  Mapping  = 
    55   00BB 00BC 00BD 00BE 
    56 End of Item 0005 
    58 Begin of Item 0006
    59  Format 2
    60   srcBegin = 00D7
    61   destBegin = 00AA
    62 End of Item 0006 
    64 Begin of Item 0007
    65  Format 2
    66   srcBegin = 00F7
    67   destBegin = 00BA
    68 End of Item 0007 
    70 Begin of Item 0008
    71  Format 1
    72   srcBegin = 200E
    73   srcEnd = 2017
    74   mappingOffset = 0004
    75  Mapping  = 
    76   00FD 00FE FFFD FFFD FFFD FFFD FFFD FFFD 
    77   FFFD 00DF 
    78 End of Item 0008 
    80 ========================================================*/
    81 /* Offset=0x0000  ItemOfList */
    82   0x0009,
    83 /*-------------------------------------------------------*/
    84 /* Offset=0x0001  offsetToFormatArray */
    85   0x0004,
    86 /*-------------------------------------------------------*/
    87 /* Offset=0x0002  offsetToMapCellArray */ 
    88   0x0007,
    89 /*-------------------------------------------------------*/
    90 /* Offset=0x0003  offsetToMappingTable */ 
    91   0x0022,
    92 /*-------------------------------------------------------*/
    93 /*       Offset=0x0004   Start of Format Array */ 
    94 /*	Total of Format 0 : 0x0004			 */
    95 /*	Total of Format 1 : 0x0002			 */
    96 /*	Total of Format 2 : 0x0003			 */
    97 /*	Total of Format 3 : 0x0000			 */
    99 0x0000, 0x2212, 0x0001, 
   100 /*-------------------------------------------------------*/
   101 /*       Offset=0x0007   Start of MapCell Array */ 
   102 /* 0000 */    0x0000, 0x009F, 0x0000, 
   103 /* 0001 */    0x00A2, 0x00A9, 0x00A2, 
   104 /* 0002 */    0x00AB, 0x00B9, 0x00AB, 
   105 /* 0003 */    0x05D0, 0x05EA, 0x00E0, 
   106 /* 0004 */    0x00A0, 0x0000, 0x00A0, 
   107 /* 0005 */    0x00BB, 0x00BE, 0x0000, 
   108 /* 0006 */    0x00D7, 0x0000, 0x00AA, 
   109 /* 0007 */    0x00F7, 0x0000, 0x00BA, 
   110 /* 0008 */    0x200E, 0x2017, 0x0004, 
   111 /*-------------------------------------------------------*/
   112 /*       Offset=0x0022   Start of MappingTable */ 
   114 /* 0000 */    0x00BB, 0x00BC, 0x00BD, 0x00BE, 0x00FD, 0x00FE, 0xFFFD, 0xFFFD, 
   115 /* 0008 */    0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0x00DF, 
   116 /*	End of table Total Length = 0x0030 * 2 */

mercurial