intl/uconv/ucvlatin/8859-8.ut

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

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 = 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 = 00E0
michael@0 39 srcEnd = 00FA
michael@0 40 destBegin = 05D0
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 = 00A0
michael@0 46 srcEnd = 00AA
michael@0 47 mappingOffset = 0000
michael@0 48 Mapping =
michael@0 49 00A0 FFFD FFFD FFFD FFFD FFFD FFFD FFFD
michael@0 50 FFFD FFFD 00D7
michael@0 51 End of Item 0004
michael@0 52
michael@0 53 Begin of Item 0005
michael@0 54 Format 1
michael@0 55 srcBegin = 00BA
michael@0 56 srcEnd = 00BE
michael@0 57 mappingOffset = 000B
michael@0 58 Mapping =
michael@0 59 00F7 00BB 00BC 00BD 00BE
michael@0 60 End of Item 0005
michael@0 61
michael@0 62 Begin of Item 0006
michael@0 63 Format 2
michael@0 64 srcBegin = 00DF
michael@0 65 destBegin = 2017
michael@0 66 End of Item 0006
michael@0 67
michael@0 68 Begin of Item 0007
michael@0 69 Format 1
michael@0 70 srcBegin = 00FD
michael@0 71 srcEnd = 00FE
michael@0 72 mappingOffset = 0010
michael@0 73 Mapping =
michael@0 74 200E 200F
michael@0 75 End of Item 0007
michael@0 76
michael@0 77 ========================================================*/
michael@0 78 /* Offset=0x0000 ItemOfList */
michael@0 79 0x0008,
michael@0 80 /*-------------------------------------------------------*/
michael@0 81 /* Offset=0x0001 offsetToFormatArray */
michael@0 82 0x0004,
michael@0 83 /*-------------------------------------------------------*/
michael@0 84 /* Offset=0x0002 offsetToMapCellArray */
michael@0 85 0x0007,
michael@0 86 /*-------------------------------------------------------*/
michael@0 87 /* Offset=0x0003 offsetToMappingTable */
michael@0 88 0x001F,
michael@0 89 /*-------------------------------------------------------*/
michael@0 90 /* Offset=0x0004 Start of Format Array */
michael@0 91 /* Total of Format 0 : 0x0004 */
michael@0 92 /* Total of Format 1 : 0x0003 */
michael@0 93 /* Total of Format 2 : 0x0001 */
michael@0 94 /* Total of Format 3 : 0x0000 */
michael@0 95
michael@0 96 0x0000, 0x1211, 0x0000,
michael@0 97 /*-------------------------------------------------------*/
michael@0 98 /* Offset=0x0007 Start of MapCell Array */
michael@0 99 /* 0000 */ 0x0000, 0x009F, 0x0000,
michael@0 100 /* 0001 */ 0x00A2, 0x00A9, 0x00A2,
michael@0 101 /* 0002 */ 0x00AB, 0x00B9, 0x00AB,
michael@0 102 /* 0003 */ 0x00E0, 0x00FA, 0x05D0,
michael@0 103 /* 0004 */ 0x00A0, 0x00AA, 0x0000,
michael@0 104 /* 0005 */ 0x00BA, 0x00BE, 0x000B,
michael@0 105 /* 0006 */ 0x00DF, 0x0000, 0x2017,
michael@0 106 /* 0007 */ 0x00FD, 0x00FE, 0x0010,
michael@0 107 /*-------------------------------------------------------*/
michael@0 108 /* Offset=0x001F Start of MappingTable */
michael@0 109
michael@0 110 /* 0000 */ 0x00A0, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD,
michael@0 111 /* 0008 */ 0xFFFD, 0xFFFD, 0x00D7, 0x00F7, 0x00BB, 0x00BC, 0x00BD, 0x00BE,
michael@0 112 /* 0010 */ 0x200E, 0x200F,
michael@0 113 /* End of table Total Length = 0x0031 * 2 */

mercurial