intl/uconv/ucvlatin/cp1256.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.

michael@0 1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
michael@0 2 /* This Source Code Form is subject to the terms of the Mozilla Public
michael@0 3 * License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
michael@0 5 /*========================================================
michael@0 6 This is a Generated file. Please don't edit it.
michael@0 7
michael@0 8 The tool which used to generate this file is called umaptable.
michael@0 9 You can find this tool under mozilla/intl/uconv/tools/umaptable.c.
michael@0 10 If you have any problem of this file. Please contact
michael@0 11 Netscape Client International Team or
michael@0 12 ftang@netscape <Frank Tang>
michael@0 13
michael@0 14 Table in Debug form
michael@0 15 Begin of Item 0000
michael@0 16 Format 0
michael@0 17 srcBegin = 0000
michael@0 18 srcEnd = 007F
michael@0 19 destBegin = 0000
michael@0 20 End of Item 0000
michael@0 21
michael@0 22 Begin of Item 0001
michael@0 23 Format 0
michael@0 24 srcBegin = 00A2
michael@0 25 srcEnd = 00A9
michael@0 26 destBegin = 00A2
michael@0 27 End of Item 0001
michael@0 28
michael@0 29 Begin of Item 0002
michael@0 30 Format 0
michael@0 31 srcBegin = 00AB
michael@0 32 srcEnd = 00B9
michael@0 33 destBegin = 00AB
michael@0 34 End of Item 0002
michael@0 35
michael@0 36 Begin of Item 0003
michael@0 37 Format 0
michael@0 38 srcBegin = 00C1
michael@0 39 srcEnd = 00D6
michael@0 40 destBegin = 0621
michael@0 41 End of Item 0003
michael@0 42
michael@0 43 Begin of Item 0004
michael@0 44 Format 1
michael@0 45 srcBegin = 0080
michael@0 46 srcEnd = 00AA
michael@0 47 mappingOffset = 0000
michael@0 48 Mapping =
michael@0 49 20AC 067E 201A 0192 201E 2026 2020 2021
michael@0 50 02C6 2030 0679 2039 0152 0686 0698 0688
michael@0 51 06AF 2018 2019 201C 201D 2022 2013 2014
michael@0 52 06A9 2122 0691 203A 0153 200C 200D 06BA
michael@0 53 00A0 060C FFFD FFFD FFFD FFFD FFFD FFFD
michael@0 54 FFFD FFFD 06BE
michael@0 55 End of Item 0004
michael@0 56
michael@0 57 Begin of Item 0005
michael@0 58 Format 1
michael@0 59 srcBegin = 00BA
michael@0 60 srcEnd = 00C0
michael@0 61 mappingOffset = 002B
michael@0 62 Mapping =
michael@0 63 061B 00BB 00BC 00BD 00BE 061F 06C1
michael@0 64 End of Item 0005
michael@0 65
michael@0 66 Begin of Item 0006
michael@0 67 Format 1
michael@0 68 srcBegin = 00D7
michael@0 69 srcEnd = 00FF
michael@0 70 mappingOffset = 0032
michael@0 71 Mapping =
michael@0 72 00D7 0637 0638 0639 063A 0640 0641 0642
michael@0 73 0643 00E0 0644 00E2 0645 0646 0647 0648
michael@0 74 00E7 00E8 00E9 00EA 00EB 0649 064A 00EE
michael@0 75 00EF 064B 064C 064D 064E 00F4 064F 0650
michael@0 76 00F7 0651 00F9 0652 00FB 00FC 200E 200F
michael@0 77 06D2
michael@0 78 End of Item 0006
michael@0 79
michael@0 80 ========================================================*/
michael@0 81 /* Offset=0x0000 ItemOfList */
michael@0 82 0x0007,
michael@0 83 /*-------------------------------------------------------*/
michael@0 84 /* Offset=0x0001 offsetToFormatArray */
michael@0 85 0x0004,
michael@0 86 /*-------------------------------------------------------*/
michael@0 87 /* Offset=0x0002 offsetToMapCellArray */
michael@0 88 0x0006,
michael@0 89 /*-------------------------------------------------------*/
michael@0 90 /* Offset=0x0003 offsetToMappingTable */
michael@0 91 0x001B,
michael@0 92 /*-------------------------------------------------------*/
michael@0 93 /* Offset=0x0004 Start of Format Array */
michael@0 94 /* Total of Format 0 : 0x0004 */
michael@0 95 /* Total of Format 1 : 0x0003 */
michael@0 96 /* Total of Format 2 : 0x0000 */
michael@0 97 /* Total of Format 3 : 0x0000 */
michael@0 98
michael@0 99 0x0000, 0x0111,
michael@0 100 /*-------------------------------------------------------*/
michael@0 101 /* Offset=0x0006 Start of MapCell Array */
michael@0 102 /* 0000 */ 0x0000, 0x007F, 0x0000,
michael@0 103 /* 0001 */ 0x00A2, 0x00A9, 0x00A2,
michael@0 104 /* 0002 */ 0x00AB, 0x00B9, 0x00AB,
michael@0 105 /* 0003 */ 0x00C1, 0x00D6, 0x0621,
michael@0 106 /* 0004 */ 0x0080, 0x00AA, 0x0000,
michael@0 107 /* 0005 */ 0x00BA, 0x00C0, 0x002B,
michael@0 108 /* 0006 */ 0x00D7, 0x00FF, 0x0032,
michael@0 109 /*-------------------------------------------------------*/
michael@0 110 /* Offset=0x001B Start of MappingTable */
michael@0 111
michael@0 112 /* 0000 */ 0x20AC, 0x067E, 0x201A, 0x0192, 0x201E, 0x2026, 0x2020, 0x2021,
michael@0 113 /* 0008 */ 0x02C6, 0x2030, 0x0679, 0x2039, 0x0152, 0x0686, 0x0698, 0x0688,
michael@0 114 /* 0010 */ 0x06AF, 0x2018, 0x2019, 0x201C, 0x201D, 0x2022, 0x2013, 0x2014,
michael@0 115 /* 0018 */ 0x06A9, 0x2122, 0x0691, 0x203A, 0x0153, 0x200C, 0x200D, 0x06BA,
michael@0 116 /* 0020 */ 0x00A0, 0x060C, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD,
michael@0 117 /* 0028 */ 0xFFFD, 0xFFFD, 0x06BE, 0x061B, 0x00BB, 0x00BC, 0x00BD, 0x00BE,
michael@0 118 /* 0030 */ 0x061F, 0x06C1, 0x00D7, 0x0637, 0x0638, 0x0639, 0x063A, 0x0640,
michael@0 119 /* 0038 */ 0x0641, 0x0642, 0x0643, 0x00E0, 0x0644, 0x00E2, 0x0645, 0x0646,
michael@0 120 /* 0040 */ 0x0647, 0x0648, 0x00E7, 0x00E8, 0x00E9, 0x00EA, 0x00EB, 0x0649,
michael@0 121 /* 0048 */ 0x064A, 0x00EE, 0x00EF, 0x064B, 0x064C, 0x064D, 0x064E, 0x00F4,
michael@0 122 /* 0050 */ 0x064F, 0x0650, 0x00F7, 0x0651, 0x00F9, 0x0652, 0x00FB, 0x00FC,
michael@0 123 /* 0058 */ 0x200E, 0x200F, 0x06D2,
michael@0 124 /* End of table Total Length = 0x0076 * 2 */

mercurial