intl/uconv/ucvlatin/8859-7.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 = 009F
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 = 00BE
michael@0 25 srcEnd = 00D1
michael@0 26 destBegin = 038E
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 = 00D3
michael@0 32 srcEnd = 00FE
michael@0 33 destBegin = 03A3
michael@0 34 End of Item 0002
michael@0 35
michael@0 36 Begin of Item 0003
michael@0 37 Format 1
michael@0 38 srcBegin = 00A0
michael@0 39 srcEnd = 00BD
michael@0 40 mappingOffset = 0000
michael@0 41 Mapping =
michael@0 42 00A0 2018 2019 00A3 20AC 20AF 00A6 00A7
michael@0 43 00A8 00A9 037A 00AB 00AC 00AD FFFD 2015
michael@0 44 00B0 00B1 00B2 00B3 0384 0385 0386 00B7
michael@0 45 0388 0389 038A 00BB 038C 00BD
michael@0 46 End of Item 0003
michael@0 47
michael@0 48 ========================================================*/
michael@0 49 /* Offset=0x0000 ItemOfList */
michael@0 50 0x0004,
michael@0 51 /*-------------------------------------------------------*/
michael@0 52 /* Offset=0x0001 offsetToFormatArray */
michael@0 53 0x0004,
michael@0 54 /*-------------------------------------------------------*/
michael@0 55 /* Offset=0x0002 offsetToMapCellArray */
michael@0 56 0x0006,
michael@0 57 /*-------------------------------------------------------*/
michael@0 58 /* Offset=0x0003 offsetToMappingTable */
michael@0 59 0x0012,
michael@0 60 /*-------------------------------------------------------*/
michael@0 61 /* Offset=0x0004 Start of Format Array */
michael@0 62 /* Total of Format 0 : 0x0003 */
michael@0 63 /* Total of Format 1 : 0x0001 */
michael@0 64 /* Total of Format 2 : 0x0000 */
michael@0 65 /* Total of Format 3 : 0x0000 */
michael@0 66
michael@0 67 0x1000, 0x0000,
michael@0 68 /*-------------------------------------------------------*/
michael@0 69 /* Offset=0x0006 Start of MapCell Array */
michael@0 70 /* 0000 */ 0x0000, 0x009F, 0x0000,
michael@0 71 /* 0001 */ 0x00BE, 0x00D1, 0x038E,
michael@0 72 /* 0002 */ 0x00D3, 0x00FE, 0x03A3,
michael@0 73 /* 0003 */ 0x00A0, 0x00BD, 0x0000,
michael@0 74 /*-------------------------------------------------------*/
michael@0 75 /* Offset=0x0012 Start of MappingTable */
michael@0 76
michael@0 77 /* 0000 */ 0x00A0, 0x2018, 0x2019, 0x00A3, 0x20AC, 0x20AF, 0x00A6, 0x00A7,
michael@0 78 /* 0008 */ 0x00A8, 0x00A9, 0x037A, 0x00AB, 0x00AC, 0x00AD, 0xFFFD, 0x2015,
michael@0 79 /* 0010 */ 0x00B0, 0x00B1, 0x00B2, 0x00B3, 0x0384, 0x0385, 0x0386, 0x00B7,
michael@0 80 /* 0018 */ 0x0388, 0x0389, 0x038A, 0x00BB, 0x038C, 0x00BD,
michael@0 81 /* End of table Total Length = 0x0030 * 2 */

mercurial