intl/uconv/src/cp1252.ut

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/intl/uconv/src/cp1252.ut	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,72 @@
     1.4 +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
     1.5 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.8 +/*========================================================
     1.9 +  This is a Generated file. Please don't edit it.
    1.10 +
    1.11 +  The tool which used to generate this file is called fromu.
    1.12 +  If you have any problem of this file. Please contact 
    1.13 +  Netscape Client International Team or 
    1.14 +  ftang@netscape <Frank Tang> 
    1.15 +
    1.16 +              Table in Debug form 
    1.17 +Begin of Item 0000
    1.18 + Format 0
    1.19 +  srcBegin = 0000
    1.20 +  srcEnd = 007F
    1.21 +  destBegin = 0000
    1.22 +End of Item 0000 
    1.23 +
    1.24 +Begin of Item 0001
    1.25 + Format 0
    1.26 +  srcBegin = 00A0
    1.27 +  srcEnd = 00FF
    1.28 +  destBegin = 00A0
    1.29 +End of Item 0001 
    1.30 +
    1.31 +Begin of Item 0002
    1.32 + Format 1
    1.33 +  srcBegin = 0080
    1.34 +  srcEnd = 009F
    1.35 +  mappingOffset = 0000
    1.36 + Mapping  = 
    1.37 +  20AC 0081 201A 0192 201E 2026 2020 2021 
    1.38 +  02C6 2030 0160 2039 0152 008D 017D 008F 
    1.39 +  0090 2018 2019 201C 201D 2022 2013 2014 
    1.40 +  02DC 2122 0161 203A 0153 009D 017E 0178 
    1.41 +End of Item 0002 
    1.42 +
    1.43 +========================================================*/
    1.44 +/* Offset=0x0000  ItemOfList */
    1.45 +  0x0003,
    1.46 +/*-------------------------------------------------------*/
    1.47 +/* Offset=0x0001  offsetToFormatArray */
    1.48 +  0x0004,
    1.49 +/*-------------------------------------------------------*/
    1.50 +/* Offset=0x0002  offsetToMapCellArray */ 
    1.51 +  0x0005,
    1.52 +/*-------------------------------------------------------*/
    1.53 +/* Offset=0x0003  offsetToMappingTable */ 
    1.54 +  0x000E,
    1.55 +/*-------------------------------------------------------*/
    1.56 +/*       Offset=0x0004   Start of Format Array */ 
    1.57 +/*	Total of Format 0 : 0x0002			 */
    1.58 +/*	Total of Format 1 : 0x0001			 */
    1.59 +/*	Total of Format 2 : 0x0000			 */
    1.60 +/*	Total of Format 3 : 0x0000			 */
    1.61 +
    1.62 +0x0100, 
    1.63 +/*-------------------------------------------------------*/
    1.64 +/*       Offset=0x0005   Start of MapCell Array */ 
    1.65 +/* 0000 */    0x0000, 0x007F, 0x0000, 
    1.66 +/* 0001 */    0x00A0, 0x00FF, 0x00A0, 
    1.67 +/* 0002 */    0x0080, 0x009F, 0x0000, 
    1.68 +/*-------------------------------------------------------*/
    1.69 +/*       Offset=0x000E   Start of MappingTable */ 
    1.70 +
    1.71 +/* 0000 */    0x20AC, 0x0081, 0x201A, 0x0192, 0x201E, 0x2026, 0x2020, 0x2021, 
    1.72 +/* 0008 */    0x02C6, 0x2030, 0x0160, 0x2039, 0x0152, 0x008D, 0x017D, 0x008F, 
    1.73 +/* 0010 */    0x0090, 0x2018, 0x2019, 0x201C, 0x201D, 0x2022, 0x2013, 0x2014, 
    1.74 +/* 0018 */    0x02DC, 0x2122, 0x0161, 0x203A, 0x0153, 0x009D, 0x017E, 0x0178, 
    1.75 +/*	End of table Total Length = 0x002E * 2 */

mercurial