1 # $NetBSD: GB2312EXT%UCS.src,v 1.2 2006/08/29 18:52:29 tnozaki Exp $ 2 3 TYPE ROWCOL 4 NAME "GB2312EXT/UCS" 5 SRC_ZONE 0x22-0x28 / 0x21-0x7E / 8 6 OOB_MODE INVALID 7 DST_INVALID 0xFFFE 8 DST_UNIT_BITS 16 9 10 BEGIN_MAP 11 # 12 # This mapping data is made from the mapping data provided by Unicode, Inc. 13 # Original notice: 14 # 15 # Name: cp936 to Unicode table 16 # Unicode version: 2.0 17 # Table version: 2.01 18 # Table format: Format A 19 # Date: 1/7/2000 20 # 21 # Contact: cpxlate (a] microsoft.com 22 # 23 # General notes: none 24 # 25 # Format: Three tab-separated columns 26 # Column #1 is the cp936 code (in hex) 27 # Column #2 is the Unicode (in hex as 0xXXXX) 28 # Column #3 is the Unicode name (follows a comment sign, '#') 29 # 30 # The entries are in cp936 order 31 # 32 33 # rest of GBK1 34 0x2221 = 0x2170 35 0x2222 = 0x2171 36 0x2223 = 0x2172 37 0x2224 = 0x2173 38 0x2225 = 0x2174 39 0x2226 = 0x2175 40 0x2227 = 0x2176 41 0x2228 = 0x2177 42 0x2229 = 0x2178 43 0x222A = 0x2179 44 0x2263 = 0x20AC # 0xE76C 45 0x2660 = 0xFE35 46 0x2661 = 0xFE36 47 0x2662 = 0xFE39 48 0x2663 = 0xFE3A 49 0x2664 = 0xFE3F 50 0x2665 = 0xFE40 51 0x2666 = 0xFE3D 52 0x2667 = 0xFE3E 53 0x2668 = 0xFE41 54 0x2669 = 0xFE42 55 0x266A = 0xFE43 56 0x266B = 0xFE44 57 0x266E = 0xFE3B 58 0x266F = 0xFE3C 59 0x2670 = 0xFE37 60 0x2671 = 0xFE38 61 0x2672 = 0xFE31 62 0x2674 = 0xFE33 63 0x2675 = 0xFE34 64 65 # part of GB 6345.1-86 66 # http://www.ibiblio.org/pub/packages/ccic/software/fonts/gb/misc/gb6345.txt 67 0x283B = 0x0251 68 0x283C = 0xE7C7 69 0x283D = 0x0144 70 0x283E = 0x0148 71 0x283F = 0x01F9 # 0xE7C8 72 0x2840 = 0x0261 73 END_MAP 74