⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unicodemapping.save

📁 linux下想使用turboc的人有福了
💻 SAVE
字号:
/*  TurboC, a library for porting Borland Turbo C to GNU gcc.  Copyright 2002 Ronald S. Burkey   This library is free software; you can redistribute it and/or  modify it under the terms of the GNU Lesser General Public  License as published by the Free Software Foundation; either  version 2.1 of the License, or (at your option) any later version.  This library is distributed in the hope that it will be useful,  but WITHOUT ANY WARRANTY; without even the implied warranty of  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU  Lesser General Public License for more details.  You should have received a copy of the GNU Lesser General Public  License along with this library; if not, write to the Free Software  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA    Contact Ron Burkey at info@birdsproject.org.  Filename:	UnicodeMapping.c  Purpose:	Tells what unicode characters correspond to what IBM PC  		characters.  Mod history:	05/26/02 RSB	Created.*/#ifdef WITH_X#include "graphics.h"const int TcUnicodeMappings[256] = {  // Row 0x00  0x0040,	// 0x0  0x263a,	// 0x1  0x263b,	// 0x2  0x2665,	// 0x3  0x2666,	// 0x4  0x2663,	// 0x5  0x2660,	// 0x6  0x2022,	// 0x7  0x25d8,	// 0x8  0x25e6,	// 0x9  0x25d9,	// 0xa  0x2642,	// 0xb  0x2640,	// 0xc  0x266a,	// 0xd  0x266c,	// 0xe  0x263c,	// 0xf  // Row 0x10  0x25b6,	// 0x0  0x25c0,	// 0x1  0x2195,	// 0x2  0x203c,	// 0x3  0x00b6,	// 0x4  0x00a7,	// 0x5  0x2582,	// 0x6  0x21a8,	// 0x7  0x2191,	// 0x8  0x2193,	// 0x9  0x2192,	// 0xa  0x2190,	// 0xb  0x2319,	// 0xc  0x2194,	// 0xd  0x25b2,	// 0xe  0x25ba,	// 0xf  // Row 0x20  0x0020,	// 0x0  0x0021,	// 0x1  0x0022,	// 0x2  0x0023,	// 0x3  0x0024,	// 0x4  0x0025,	// 0x5  0x0026,	// 0x6  0x0027,	// 0x7  0x0028,	// 0x8  0x0029,	// 0x9  0x002a,	// 0xa  0x002b,	// 0xb  0x002c,	// 0xc  0x002d,	// 0xd  0x002e,	// 0xe  0x002f,	// 0xf  // Row 0x30  0x0030,	// 0x0  0x0031,	// 0x1  0x0032,	// 0x2  0x0033,	// 0x3  0x0034,	// 0x4  0x0035,	// 0x5  0x0036,	// 0x6  0x0037,	// 0x7  0x0038,	// 0x8  0x0039,	// 0x9  0x003a,	// 0xa  0x003b,	// 0xb  0x003c,	// 0xc  0x003d,	// 0xd  0x003e,	// 0xe  0x003f,	// 0xf  // Row 0x40  0x0040,	// 0x0  0x0041,	// 0x1  0x0042,	// 0x2  0x0043,	// 0x3  0x0044,	// 0x4  0x0045,	// 0x5  0x0046,	// 0x6  0x0047,	// 0x7  0x0048,	// 0x8  0x0049,	// 0x9  0x004a,	// 0xa  0x004b,	// 0xb  0x004c,	// 0xc  0x004d,	// 0xd  0x004e,	// 0xe  0x004f,	// 0xf  // Row 0x50  0x0050,	// 0x0  0x0051,	// 0x1  0x0052,	// 0x2  0x0053,	// 0x3  0x0054,	// 0x4  0x0055,	// 0x5  0x0056,	// 0x6  0x0057,	// 0x7  0x0058,	// 0x8  0x0059,	// 0x9  0x005a,	// 0xa  0x005b,	// 0xb  0x005c,	// 0xc  0x005d,	// 0xd  0x005e,	// 0xe  0x005f,	// 0xf  // Row 0x60  0x0060,	// 0x0  0x0061,	// 0x1  0x0062,	// 0x2  0x0063,	// 0x3  0x0064,	// 0x4  0x0065,	// 0x5  0x0066,	// 0x6  0x0067,	// 0x7  0x0068,	// 0x8  0x0069,	// 0x9  0x006a,	// 0xa  0x006b,	// 0xb  0x006c,	// 0xc  0x006d,	// 0xd  0x006e,	// 0xe  0x006f,	// 0xf  // Row 0x70  0x0070,	// 0x0  0x0071,	// 0x1  0x0072,	// 0x2  0x0073,	// 0x3  0x0074,	// 0x4  0x0075,	// 0x5  0x0076,	// 0x6  0x0077,	// 0x7  0x0078,	// 0x8  0x0079,	// 0x9  0x007a,	// 0xa  0x007b,	// 0xb  0x007c,	// 0xc  0x007d,	// 0xd  0x007e,	// 0xe  0x007f,	// 0xf  // Row 0x80  0x00c7,	// 0x0  0x00fc,	// 0x1  0x00e9,	// 0x2  0x00e2,	// 0x3  0x00e4,	// 0x4  0x00e0,	// 0x5  0x00e5,	// 0x6  0x00e7,	// 0x7  0x00ea,	// 0x8  0x00eb,	// 0x9  0x00e8,	// 0xa  0x00ef,	// 0xb  0x00ee,	// 0xc  0x00ec,	// 0xd  0x00c4,	// 0xe  0x00c5,	// 0xf  // Row 0x90  0x00c9,	// 0x0  0x00e6,	// 0x1  0x00c6,	// 0x2  0x00f4,	// 0x3  0x00f6,	// 0x4  0x00f2,	// 0x5  0x00fb,	// 0x6  0x00f9,	// 0x7  0x00ff,	// 0x8  0x00d6,	// 0x9  0x00dc,	// 0xa  0x00a2,	// 0xb  0x00a3,	// 0xc  0x00a5,	// 0xd  0x0020,	// 0xe  0x0192,	// 0xf  // Row 0xa0  0x00e1,	// 0x0  0x00ed,	// 0x1  0x00f3,	// 0x2  0x00fa,	// 0x3  0x00f1,	// 0x4  0x00d1,	// 0x5  0x00aa,	// 0x6  0x00ba,	// 0x7  0x00bf,	// 0x8  0x231c,	// 0x9  0x231d,	// 0xa  0x00bd,	// 0xb  0x00bc,	// 0xc  0x00a1,	// 0xd  0x00ab,	// 0xe  0x00bb,	// 0xf  // Row 0xb0  0x2591,	// 0x0  0x2592,	// 0x1  0x2593,	// 0x2  0x2502,	// 0x3  0x2524,	// 0x4  0x2561,	// 0x5  0x2562,	// 0x6  0x2556,	// 0x7  0x2555,	// 0x8  0x2563,	// 0x9  0x2551,	// 0xa  0x2557,	// 0xb  0x255d,	// 0xc  0x255c,	// 0xd  0x255b,	// 0xe  0x2510,	// 0xf  // Row 0xc0  0x2514,	// 0x0  0x2534,	// 0x1  0x252c,	// 0x2  0x251c,	// 0x3  0x2500,	// 0x4  0x253c,	// 0x5  0x255e,	// 0x6  0x255f,	// 0x7  0x255a,	// 0x8  0x2554,	// 0x9  0x2569,	// 0xa  0x2566,	// 0xb  0x2560,	// 0xc  0x2550,	// 0xd  0x256c,	// 0xe  0x2567,	// 0xf  // Row 0xd0  0x2568,	// 0x0  0x2564,	// 0x1  0x2565,	// 0x2  0x2559,	// 0x3  0x2558,	// 0x4  0x2552,	// 0x5  0x2553,	// 0x6  0x256b,	// 0x7  0x256a,	// 0x8  0x2518,	// 0x9  0x250c,	// 0xa  0x2588,	// 0xb  0x2585,	// 0xc  0x258b,	// 0xd  0x258a,	// 0xe  0x2580,	// 0xf  // Row 0xe0  0x03b1,	// 0x0  0x03b2,	// 0x1  0x0393,	// 0x2  0x03c0,	// 0x3  0x03a3,	// 0x4  0x03c3,	// 0x5  0x03bc,	// 0x6  0x03be,	// 0x7  0x03a6,	// 0x8  0x0398,	// 0x9  0x03a9,	// 0xa  0x03b4,	// 0xb  0x221e,	// 0xc  0x2205,	// 0xd  0x2208,	// 0xe  0x2229,	// 0xf  // Row 0xf0  0x2261,	// 0x0  0x00b1,	// 0x1  0x2265,	// 0x2  0x2264,	// 0x3  0x2320,	// 0x4  0x2321,	// 0x5  0x00f7,	// 0x6  0x2248,	// 0x7  0x00b0,	// 0x8  0x2219,	// 0x9  0x00ad,	// 0xa  0x221a,	// 0xb  0x207f,	// 0xc  0x00b2,	// 0xd  0x220e,	// 0xe  0x019e	// 0xf};#endif // WITH_X

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -