📄 tmap.c
字号:
/* ======================================================================== * Copyright 1988-2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * * ======================================================================== *//* * Program: Unicode title case mapping table (current as of Unicode 5.0) * * Author: Mark Crispin * Networks and Distributed Computing * Computing & Communications * University of Washington * Administration Building, AG-44 * Seattle, WA 98195 * Internet: MRC@CAC.Washington.EDU * * Date: 7 April 2006 * Last Edited: 6 December 2006 */ #define UCS4_TMAPMAX 0x2d25 /* size of mapping table */#define UCS4_TMAPHIMIN 0xff41 /* high mapping minimum */#define UCS4_TMAPHIMAX 0xff5a /* high mapping maximum */#define UCS4_TMAPHIMAP 0x20 /* high mapping offset */ /* Values for Deseret */#define UCS4_TMAPDESERETMIN 0x10428#define UCS4_TMAPDESERETMAX 0x1044f#define UCS4_TMAPDESERETMAP 0x28static const unsigned short ucs4_tmaptab[UCS4_TMAPMAX+1] = { 0x0000,0x0001,0x0002,0x0003,0x0004,0x0005,0x0006,0x0007, 0x0008,0x0009,0x000a,0x000b,0x000c,0x000d,0x000e,0x000f, 0x0010,0x0011,0x0012,0x0013,0x0014,0x0015,0x0016,0x0017, 0x0018,0x0019,0x001a,0x001b,0x001c,0x001d,0x001e,0x001f, 0x0020,0x0021,0x0022,0x0023,0x0024,0x0025,0x0026,0x0027, 0x0028,0x0029,0x002a,0x002b,0x002c,0x002d,0x002e,0x002f, 0x0030,0x0031,0x0032,0x0033,0x0034,0x0035,0x0036,0x0037, 0x0038,0x0039,0x003a,0x003b,0x003c,0x003d,0x003e,0x003f, 0x0040,0x0041,0x0042,0x0043,0x0044,0x0045,0x0046,0x0047, 0x0048,0x0049,0x004a,0x004b,0x004c,0x004d,0x004e,0x004f, 0x0050,0x0051,0x0052,0x0053,0x0054,0x0055,0x0056,0x0057, 0x0058,0x0059,0x005a,0x005b,0x005c,0x005d,0x005e,0x005f, 0x0060,0x0041,0x0042,0x0043,0x0044,0x0045,0x0046,0x0047, 0x0048,0x0049,0x004a,0x004b,0x004c,0x004d,0x004e,0x004f, 0x0050,0x0051,0x0052,0x0053,0x0054,0x0055,0x0056,0x0057, 0x0058,0x0059,0x005a,0x007b,0x007c,0x007d,0x007e,0x007f, 0x0080,0x0081,0x0082,0x0083,0x0084,0x0085,0x0086,0x0087, 0x0088,0x0089,0x008a,0x008b,0x008c,0x008d,0x008e,0x008f, 0x0090,0x0091,0x0092,0x0093,0x0094,0x0095,0x0096,0x0097, 0x0098,0x0099,0x009a,0x009b,0x009c,0x009d,0x009e,0x009f, 0x00a0,0x00a1,0x00a2,0x00a3,0x00a4,0x00a5,0x00a6,0x00a7, 0x00a8,0x00a9,0x00aa,0x00ab,0x00ac,0x00ad,0x00ae,0x00af, 0x00b0,0x00b1,0x00b2,0x00b3,0x00b4,0x039c,0x00b6,0x00b7, 0x00b8,0x00b9,0x00ba,0x00bb,0x00bc,0x00bd,0x00be,0x00bf, 0x00c0,0x00c1,0x00c2,0x00c3,0x00c4,0x00c5,0x00c6,0x00c7, 0x00c8,0x00c9,0x00ca,0x00cb,0x00cc,0x00cd,0x00ce,0x00cf, 0x00d0,0x00d1,0x00d2,0x00d3,0x00d4,0x00d5,0x00d6,0x00d7, 0x00d8,0x00d9,0x00da,0x00db,0x00dc,0x00dd,0x00de,0x00df, 0x00c0,0x00c1,0x00c2,0x00c3,0x00c4,0x00c5,0x00c6,0x00c7, 0x00c8,0x00c9,0x00ca,0x00cb,0x00cc,0x00cd,0x00ce,0x00cf, 0x00d0,0x00d1,0x00d2,0x00d3,0x00d4,0x00d5,0x00d6,0x00f7, 0x00d8,0x00d9,0x00da,0x00db,0x00dc,0x00dd,0x00de,0x0178, 0x0100,0x0100,0x0102,0x0102,0x0104,0x0104,0x0106,0x0106, 0x0108,0x0108,0x010a,0x010a,0x010c,0x010c,0x010e,0x010e, 0x0110,0x0110,0x0112,0x0112,0x0114,0x0114,0x0116,0x0116, 0x0118,0x0118,0x011a,0x011a,0x011c,0x011c,0x011e,0x011e, 0x0120,0x0120,0x0122,0x0122,0x0124,0x0124,0x0126,0x0126, 0x0128,0x0128,0x012a,0x012a,0x012c,0x012c,0x012e,0x012e, 0x0130,0x0049,0x0132,0x0132,0x0134,0x0134,0x0136,0x0136, 0x0138,0x0139,0x0139,0x013b,0x013b,0x013d,0x013d,0x013f, 0x013f,0x0141,0x0141,0x0143,0x0143,0x0145,0x0145,0x0147, 0x0147,0x0149,0x014a,0x014a,0x014c,0x014c,0x014e,0x014e, 0x0150,0x0150,0x0152,0x0152,0x0154,0x0154,0x0156,0x0156, 0x0158,0x0158,0x015a,0x015a,0x015c,0x015c,0x015e,0x015e, 0x0160,0x0160,0x0162,0x0162,0x0164,0x0164,0x0166,0x0166, 0x0168,0x0168,0x016a,0x016a,0x016c,0x016c,0x016e,0x016e, 0x0170,0x0170,0x0172,0x0172,0x0174,0x0174,0x0176,0x0176, 0x0178,0x0179,0x0179,0x017b,0x017b,0x017d,0x017d,0x0053, 0x0243,0x0181,0x0182,0x0182,0x0184,0x0184,0x0186,0x0187, 0x0187,0x0189,0x018a,0x018b,0x018b,0x018d,0x018e,0x018f, 0x0190,0x0191,0x0191,0x0193,0x0194,0x01f6,0x0196,0x0197, 0x0198,0x0198,0x023d,0x019b,0x019c,0x019d,0x0220,0x019f, 0x01a0,0x01a0,0x01a2,0x01a2,0x01a4,0x01a4,0x01a6,0x01a7, 0x01a7,0x01a9,0x01aa,0x01ab,0x01ac,0x01ac,0x01ae,0x01af, 0x01af,0x01b1,0x01b2,0x01b3,0x01b3,0x01b5,0x01b5,0x01b7, 0x01b8,0x01b8,0x01ba,0x01bb,0x01bc,0x01bc,0x01be,0x01f7, 0x01c0,0x01c1,0x01c2,0x01c3,0x01c5,0x01c5,0x01c5,0x01c8, 0x01c8,0x01c8,0x01cb,0x01cb,0x01cb,0x01cd,0x01cd,0x01cf, 0x01cf,0x01d1,0x01d1,0x01d3,0x01d3,0x01d5,0x01d5,0x01d7, 0x01d7,0x01d9,0x01d9,0x01db,0x01db,0x018e,0x01de,0x01de, 0x01e0,0x01e0,0x01e2,0x01e2,0x01e4,0x01e4,0x01e6,0x01e6, 0x01e8,0x01e8,0x01ea,0x01ea,0x01ec,0x01ec,0x01ee,0x01ee, 0x01f0,0x01f2,0x01f2,0x01f2,0x01f4,0x01f4,0x01f6,0x01f7, 0x01f8,0x01f8,0x01fa,0x01fa,0x01fc,0x01fc,0x01fe,0x01fe, 0x0200,0x0200,0x0202,0x0202,0x0204,0x0204,0x0206,0x0206, 0x0208,0x0208,0x020a,0x020a,0x020c,0x020c,0x020e,0x020e, 0x0210,0x0210,0x0212,0x0212,0x0214,0x0214,0x0216,0x0216, 0x0218,0x0218,0x021a,0x021a,0x021c,0x021c,0x021e,0x021e, 0x0220,0x0221,0x0222,0x0222,0x0224,0x0224,0x0226,0x0226, 0x0228,0x0228,0x022a,0x022a,0x022c,0x022c,0x022e,0x022e, 0x0230,0x0230,0x0232,0x0232,0x0234,0x0235,0x0236,0x0237, 0x0238,0x0239,0x023a,0x023b,0x023b,0x023d,0x023e,0x023f, 0x0240,0x0241,0x0241,0x0243,0x0244,0x0245,0x0246,0x0246, 0x0248,0x0248,0x024a,0x024a,0x024c,0x024c,0x024e,0x024e, 0x0250,0x0251,0x0252,0x0181,0x0186,0x0255,0x0189,0x018a, 0x0258,0x018f,0x025a,0x0190,0x025c,0x025d,0x025e,0x025f, 0x0193,0x0261,0x0262,0x0194,0x0264,0x0265,0x0266,0x0267, 0x0197,0x0196,0x026a,0x2c62,0x026c,0x026d,0x026e,0x019c, 0x0270,0x0271,0x019d,0x0273,0x0274,0x019f,0x0276,0x0277, 0x0278,0x0279,0x027a,0x027b,0x027c,0x2c64,0x027e,0x027f, 0x01a6,0x0281,0x0282,0x01a9,0x0284,0x0285,0x0286,0x0287, 0x01ae,0x0244,0x01b1,0x01b2,0x0245,0x028d,0x028e,0x028f, 0x0290,0x0291,0x01b7,0x0293,0x0294,0x0295,0x0296,0x0297, 0x0298,0x0299,0x029a,0x029b,0x029c,0x029d,0x029e,0x029f, 0x02a0,0x02a1,0x02a2,0x02a3,0x02a4,0x02a5,0x02a6,0x02a7, 0x02a8,0x02a9,0x02aa,0x02ab,0x02ac,0x02ad,0x02ae,0x02af, 0x02b0,0x02b1,0x02b2,0x02b3,0x02b4,0x02b5,0x02b6,0x02b7, 0x02b8,0x02b9,0x02ba,0x02bb,0x02bc,0x02bd,0x02be,0x02bf, 0x02c0,0x02c1,0x02c2,0x02c3,0x02c4,0x02c5,0x02c6,0x02c7, 0x02c8,0x02c9,0x02ca,0x02cb,0x02cc,0x02cd,0x02ce,0x02cf, 0x02d0,0x02d1,0x02d2,0x02d3,0x02d4,0x02d5,0x02d6,0x02d7, 0x02d8,0x02d9,0x02da,0x02db,0x02dc,0x02dd,0x02de,0x02df, 0x02e0,0x02e1,0x02e2,0x02e3,0x02e4,0x02e5,0x02e6,0x02e7, 0x02e8,0x02e9,0x02ea,0x02eb,0x02ec,0x02ed,0x02ee,0x02ef, 0x02f0,0x02f1,0x02f2,0x02f3,0x02f4,0x02f5,0x02f6,0x02f7, 0x02f8,0x02f9,0x02fa,0x02fb,0x02fc,0x02fd,0x02fe,0x02ff, 0x0300,0x0301,0x0302,0x0303,0x0304,0x0305,0x0306,0x0307, 0x0308,0x0309,0x030a,0x030b,0x030c,0x030d,0x030e,0x030f, 0x0310,0x0311,0x0312,0x0313,0x0314,0x0315,0x0316,0x0317, 0x0318,0x0319,0x031a,0x031b,0x031c,0x031d,0x031e,0x031f, 0x0320,0x0321,0x0322,0x0323,0x0324,0x0325,0x0326,0x0327, 0x0328,0x0329,0x032a,0x032b,0x032c,0x032d,0x032e,0x032f, 0x0330,0x0331,0x0332,0x0333,0x0334,0x0335,0x0336,0x0337, 0x0338,0x0339,0x033a,0x033b,0x033c,0x033d,0x033e,0x033f, 0x0340,0x0341,0x0342,0x0343,0x0344,0x0399,0x0346,0x0347, 0x0348,0x0349,0x034a,0x034b,0x034c,0x034d,0x034e,0x034f, 0x0350,0x0351,0x0352,0x0353,0x0354,0x0355,0x0356,0x0357, 0x0358,0x0359,0x035a,0x035b,0x035c,0x035d,0x035e,0x035f, 0x0360,0x0361,0x0362,0x0363,0x0364,0x0365,0x0366,0x0367, 0x0368,0x0369,0x036a,0x036b,0x036c,0x036d,0x036e,0x036f, 0x0370,0x0371,0x0372,0x0373,0x0374,0x0375,0x0376,0x0377, 0x0378,0x0379,0x037a,0x03fd,0x03fe,0x03ff,0x037e,0x037f, 0x0380,0x0381,0x0382,0x0383,0x0384,0x0385,0x0386,0x0387, 0x0388,0x0389,0x038a,0x038b,0x038c,0x038d,0x038e,0x038f, 0x0390,0x0391,0x0392,0x0393,0x0394,0x0395,0x0396,0x0397, 0x0398,0x0399,0x039a,0x039b,0x039c,0x039d,0x039e,0x039f, 0x03a0,0x03a1,0x03a2,0x03a3,0x03a4,0x03a5,0x03a6,0x03a7, 0x03a8,0x03a9,0x03aa,0x03ab,0x0386,0x0388,0x0389,0x038a, 0x03b0,0x0391,0x0392,0x0393,0x0394,0x0395,0x0396,0x0397, 0x0398,0x0399,0x039a,0x039b,0x039c,0x039d,0x039e,0x039f, 0x03a0,0x03a1,0x03a3,0x03a3,0x03a4,0x03a5,0x03a6,0x03a7, 0x03a8,0x03a9,0x03aa,0x03ab,0x038c,0x038e,0x038f,0x03cf, 0x0392,0x0398,0x03d2,0x03d3,0x03d4,0x03a6,0x03a0,0x03d7, 0x03d8,0x03d8,0x03da,0x03da,0x03dc,0x03dc,0x03de,0x03de, 0x03e0,0x03e0,0x03e2,0x03e2,0x03e4,0x03e4,0x03e6,0x03e6, 0x03e8,0x03e8,0x03ea,0x03ea,0x03ec,0x03ec,0x03ee,0x03ee, 0x039a,0x03a1,0x03f9,0x03f3,0x03f4,0x0395,0x03f6,0x03f7, 0x03f7,0x03f9,0x03fa,0x03fa,0x03fc,0x03fd,0x03fe,0x03ff, 0x0400,0x0401,0x0402,0x0403,0x0404,0x0405,0x0406,0x0407, 0x0408,0x0409,0x040a,0x040b,0x040c,0x040d,0x040e,0x040f, 0x0410,0x0411,0x0412,0x0413,0x0414,0x0415,0x0416,0x0417, 0x0418,0x0419,0x041a,0x041b,0x041c,0x041d,0x041e,0x041f, 0x0420,0x0421,0x0422,0x0423,0x0424,0x0425,0x0426,0x0427, 0x0428,0x0429,0x042a,0x042b,0x042c,0x042d,0x042e,0x042f, 0x0410,0x0411,0x0412,0x0413,0x0414,0x0415,0x0416,0x0417, 0x0418,0x0419,0x041a,0x041b,0x041c,0x041d,0x041e,0x041f, 0x0420,0x0421,0x0422,0x0423,0x0424,0x0425,0x0426,0x0427, 0x0428,0x0429,0x042a,0x042b,0x042c,0x042d,0x042e,0x042f, 0x0400,0x0401,0x0402,0x0403,0x0404,0x0405,0x0406,0x0407, 0x0408,0x0409,0x040a,0x040b,0x040c,0x040d,0x040e,0x040f, 0x0460,0x0460,0x0462,0x0462,0x0464,0x0464,0x0466,0x0466, 0x0468,0x0468,0x046a,0x046a,0x046c,0x046c,0x046e,0x046e, 0x0470,0x0470,0x0472,0x0472,0x0474,0x0474,0x0476,0x0476, 0x0478,0x0478,0x047a,0x047a,0x047c,0x047c,0x047e,0x047e, 0x0480,0x0480,0x0482,0x0483,0x0484,0x0485,0x0486,0x0487, 0x0488,0x0489,0x048a,0x048a,0x048c,0x048c,0x048e,0x048e, 0x0490,0x0490,0x0492,0x0492,0x0494,0x0494,0x0496,0x0496, 0x0498,0x0498,0x049a,0x049a,0x049c,0x049c,0x049e,0x049e, 0x04a0,0x04a0,0x04a2,0x04a2,0x04a4,0x04a4,0x04a6,0x04a6, 0x04a8,0x04a8,0x04aa,0x04aa,0x04ac,0x04ac,0x04ae,0x04ae, 0x04b0,0x04b0,0x04b2,0x04b2,0x04b4,0x04b4,0x04b6,0x04b6, 0x04b8,0x04b8,0x04ba,0x04ba,0x04bc,0x04bc,0x04be,0x04be, 0x04c0,0x04c1,0x04c1,0x04c3,0x04c3,0x04c5,0x04c5,0x04c7, 0x04c7,0x04c9,0x04c9,0x04cb,0x04cb,0x04cd,0x04cd,0x04c0, 0x04d0,0x04d0,0x04d2,0x04d2,0x04d4,0x04d4,0x04d6,0x04d6, 0x04d8,0x04d8,0x04da,0x04da,0x04dc,0x04dc,0x04de,0x04de, 0x04e0,0x04e0,0x04e2,0x04e2,0x04e4,0x04e4,0x04e6,0x04e6, 0x04e8,0x04e8,0x04ea,0x04ea,0x04ec,0x04ec,0x04ee,0x04ee, 0x04f0,0x04f0,0x04f2,0x04f2,0x04f4,0x04f4,0x04f6,0x04f6, 0x04f8,0x04f8,0x04fa,0x04fa,0x04fc,0x04fc,0x04fe,0x04fe, 0x0500,0x0500,0x0502,0x0502,0x0504,0x0504,0x0506,0x0506, 0x0508,0x0508,0x050a,0x050a,0x050c,0x050c,0x050e,0x050e, 0x0510,0x0510,0x0512,0x0512,0x0514,0x0515,0x0516,0x0517, 0x0518,0x0519,0x051a,0x051b,0x051c,0x051d,0x051e,0x051f, 0x0520,0x0521,0x0522,0x0523,0x0524,0x0525,0x0526,0x0527, 0x0528,0x0529,0x052a,0x052b,0x052c,0x052d,0x052e,0x052f, 0x0530,0x0531,0x0532,0x0533,0x0534,0x0535,0x0536,0x0537, 0x0538,0x0539,0x053a,0x053b,0x053c,0x053d,0x053e,0x053f, 0x0540,0x0541,0x0542,0x0543,0x0544,0x0545,0x0546,0x0547, 0x0548,0x0549,0x054a,0x054b,0x054c,0x054d,0x054e,0x054f, 0x0550,0x0551,0x0552,0x0553,0x0554,0x0555,0x0556,0x0557, 0x0558,0x0559,0x055a,0x055b,0x055c,0x055d,0x055e,0x055f, 0x0560,0x0531,0x0532,0x0533,0x0534,0x0535,0x0536,0x0537, 0x0538,0x0539,0x053a,0x053b,0x053c,0x053d,0x053e,0x053f, 0x0540,0x0541,0x0542,0x0543,0x0544,0x0545,0x0546,0x0547, 0x0548,0x0549,0x054a,0x054b,0x054c,0x054d,0x054e,0x054f, 0x0550,0x0551,0x0552,0x0553,0x0554,0x0555,0x0556,0x0587, 0x0588,0x0589,0x058a,0x058b,0x058c,0x058d,0x058e,0x058f, 0x0590,0x0591,0x0592,0x0593,0x0594,0x0595,0x0596,0x0597, 0x0598,0x0599,0x059a,0x059b,0x059c,0x059d,0x059e,0x059f, 0x05a0,0x05a1,0x05a2,0x05a3,0x05a4,0x05a5,0x05a6,0x05a7, 0x05a8,0x05a9,0x05aa,0x05ab,0x05ac,0x05ad,0x05ae,0x05af, 0x05b0,0x05b1,0x05b2,0x05b3,0x05b4,0x05b5,0x05b6,0x05b7, 0x05b8,0x05b9,0x05ba,0x05bb,0x05bc,0x05bd,0x05be,0x05bf, 0x05c0,0x05c1,0x05c2,0x05c3,0x05c4,0x05c5,0x05c6,0x05c7, 0x05c8,0x05c9,0x05ca,0x05cb,0x05cc,0x05cd,0x05ce,0x05cf,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -