1 # $NetBSD: DECMCS%UCS.src,v 1.1 2007/04/01 18:52:29 tnozaki Exp $ 2 3 TYPE ROWCOL 4 NAME "DECMCS/UCS" 5 SRC_ZONE 0x00-0xFD 6 OOB_MODE ILSEQ 7 DST_ILSEQ 0xFF 8 DST_UNIT_BITS 8 9 10 BEGIN_MAP 11 # 12 # $Id: DECMCS%UCS.src,v 1.1 2007/04/01 18:52:29 tnozaki Exp $ 13 # 14 # Name: DEC Multinational Character Set (1987) to Unicode 15 # Unicode version: 2.1 16 # Table version: 0.1 17 # Table format: Format A 18 # Date: 07 July 1999 19 # Authors: John Cowan <cowan (a] ccil.org> 20 # 21 # Copyright (c) 1991-1999 Unicode, Inc. All Rights reserved. 22 # 23 # This file is provided as-is by Unicode, Inc. (The Unicode Consortium). 24 # No claims are made as to fitness for any particular purpose. No 25 # warranties of any kind are expressed or implied. The recipient 26 # agrees to determine applicability of information provided. If this 27 # file has been provided on magnetic media by Unicode, Inc., the sole 28 # remedy for any claim will be exchange of defective media within 90 29 # days of receipt. 30 # 31 # Recipient is granted the right to make copies in any form for 32 # internal distribution and to freely use the information supplied 33 # in the creation of products supporting Unicode. Unicode, Inc. 34 # specifically excludes the right to re-distribute this file directly 35 # to third parties or other organizations whether for profit or not. 36 # 37 # General notes: 38 # 39 # This table contains data on how 40 # DEC Multinational Character Set characters map into Unicode. 41 # 42 # Format: Three tab-separated columns 43 # Column #1 is the DEC MCS code (in hex as 0xXX) 44 # Column #2 is the Unicode (in hex as 0xXXXX) 45 # Column #3 the Unicode name (follows a comment sign, '#') 46 # 47 # The entries are in DEC MCS order 48 # 49 # Any comments or problems, contact <cowan (a] ccil.org> 50 # 51 0x00 - 0x7E = 0x0000 - 52 0xA0 = 0x00A0 53 0xA1 = 0x00A1 54 0xA2 = 0x00A2 55 0xA3 = 0x00A3 56 0xA5 = 0x00A5 57 0xA7 = 0x00A7 58 0xA8 = 0x00A4 59 0xA9 = 0x00A9 60 0xAA = 0x00AA 61 0xAB = 0x00AB 62 0xB0 = 0x00B0 63 0xB1 = 0x00B1 64 0xB2 = 0x00B2 65 0xB3 = 0x00B3 66 0xB5 = 0x00B5 67 0xB6 = 0x00B6 68 0xB7 = 0x00B7 69 0xB9 = 0x00B9 70 0xBA = 0x00BA 71 0xBB = 0x00BB 72 0xBC = 0x00BC 73 0xBD = 0x00BD 74 0xBF = 0x00BF 75 0xC0 = 0x00C0 76 0xC1 = 0x00C1 77 0xC2 = 0x00C2 78 0xC3 = 0x00C3 79 0xC4 = 0x00C4 80 0xC5 = 0x00C5 81 0xC6 = 0x00C6 82 0xC7 = 0x00C7 83 0xC8 = 0x00C8 84 0xC9 = 0x00C9 85 0xCA = 0x00CA 86 0xCB = 0x00CB 87 0xCC = 0x00CC 88 0xCD = 0x00CD 89 0xCE = 0x00CE 90 0xCF = 0x00CF 91 0xD1 = 0x00D1 92 0xD2 = 0x00D2 93 0xD3 = 0x00D3 94 0xD4 = 0x00D4 95 0xD5 = 0x00D5 96 0xD6 = 0x00D6 97 0xD7 = 0x0152 98 0xD8 = 0x00D8 99 0xD9 = 0x00D9 100 0xDA = 0x00DA 101 0xDB = 0x00DB 102 0xDC = 0x00DC 103 0xDD = 0x0178 104 0xDF = 0x00DF 105 0xE0 = 0x00E0 106 0xE1 = 0x00E1 107 0xE2 = 0x00E2 108 0xE3 = 0x00E3 109 0xE4 = 0x00E4 110 0xE5 = 0x00E5 111 0xE6 = 0x00E6 112 0xE7 = 0x00E7 113 0xE8 = 0x00E8 114 0xE9 = 0x00E9 115 0xEA = 0x00EA 116 0xEB = 0x00EB 117 0xEC = 0x00EC 118 0xED = 0x00ED 119 0xEE = 0x00EE 120 0xEF = 0x00EF 121 0xF1 = 0x00F1 122 0xF2 = 0x00F2 123 0xF3 = 0x00F3 124 0xF4 = 0x00F4 125 0xF5 = 0x00F5 126 0xF6 = 0x00F6 127 0xF7 = 0x0153 128 0xF8 = 0x00F8 129 0xF9 = 0x00F9 130 0xFA = 0x00FA 131 0xFB = 0x00FB 132 0xFC = 0x00FC 133 0xFD = 0x00FF 134 END_MAP 135