koi8r_to_utf8.map

来自「postgresql8.3.4源码,开源数据库」· MAP 代码 · 共 133 行

MAP
133
字号
/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/koi8r_to_utf8.map,v 1.3 2006/03/11 04:38:38 momjian Exp $ */static pg_local_to_utf LUmapKOI8R[ 128 ] = {  {0x0080, 0xe29480},  {0x0081, 0xe29482},  {0x0082, 0xe2948c},  {0x0083, 0xe29490},  {0x0084, 0xe29494},  {0x0085, 0xe29498},  {0x0086, 0xe2949c},  {0x0087, 0xe294a4},  {0x0088, 0xe294ac},  {0x0089, 0xe294b4},  {0x008a, 0xe294bc},  {0x008b, 0xe29680},  {0x008c, 0xe29684},  {0x008d, 0xe29688},  {0x008e, 0xe2968c},  {0x008f, 0xe29690},  {0x0090, 0xe29691},  {0x0091, 0xe29692},  {0x0092, 0xe29693},  {0x0093, 0xe28ca0},  {0x0094, 0xe296a0},  {0x0095, 0xe28899},  {0x0096, 0xe2889a},  {0x0097, 0xe28988},  {0x0098, 0xe289a4},  {0x0099, 0xe289a5},  {0x009a, 0xc2a0},  {0x009b, 0xe28ca1},  {0x009c, 0xc2b0},  {0x009d, 0xc2b2},  {0x009e, 0xc2b7},  {0x009f, 0xc3b7},  {0x00a0, 0xe29590},  {0x00a1, 0xe29591},  {0x00a2, 0xe29592},  {0x00a3, 0xd191},  {0x00a4, 0xe29593},  {0x00a5, 0xe29594},  {0x00a6, 0xe29595},  {0x00a7, 0xe29596},  {0x00a8, 0xe29597},  {0x00a9, 0xe29598},  {0x00aa, 0xe29599},  {0x00ab, 0xe2959a},  {0x00ac, 0xe2959b},  {0x00ad, 0xe2959c},  {0x00ae, 0xe2959d},  {0x00af, 0xe2959e},  {0x00b0, 0xe2959f},  {0x00b1, 0xe295a0},  {0x00b2, 0xe295a1},  {0x00b3, 0xd081},  {0x00b4, 0xe295a2},  {0x00b5, 0xe295a3},  {0x00b6, 0xe295a4},  {0x00b7, 0xe295a5},  {0x00b8, 0xe295a6},  {0x00b9, 0xe295a7},  {0x00ba, 0xe295a8},  {0x00bb, 0xe295a9},  {0x00bc, 0xe295aa},  {0x00bd, 0xe295ab},  {0x00be, 0xe295ac},  {0x00bf, 0xc2a9},  {0x00c0, 0xd18e},  {0x00c1, 0xd0b0},  {0x00c2, 0xd0b1},  {0x00c3, 0xd186},  {0x00c4, 0xd0b4},  {0x00c5, 0xd0b5},  {0x00c6, 0xd184},  {0x00c7, 0xd0b3},  {0x00c8, 0xd185},  {0x00c9, 0xd0b8},  {0x00ca, 0xd0b9},  {0x00cb, 0xd0ba},  {0x00cc, 0xd0bb},  {0x00cd, 0xd0bc},  {0x00ce, 0xd0bd},  {0x00cf, 0xd0be},  {0x00d0, 0xd0bf},  {0x00d1, 0xd18f},  {0x00d2, 0xd180},  {0x00d3, 0xd181},  {0x00d4, 0xd182},  {0x00d5, 0xd183},  {0x00d6, 0xd0b6},  {0x00d7, 0xd0b2},  {0x00d8, 0xd18c},  {0x00d9, 0xd18b},  {0x00da, 0xd0b7},  {0x00db, 0xd188},  {0x00dc, 0xd18d},  {0x00dd, 0xd189},  {0x00de, 0xd187},  {0x00df, 0xd18a},  {0x00e0, 0xd0ae},  {0x00e1, 0xd090},  {0x00e2, 0xd091},  {0x00e3, 0xd0a6},  {0x00e4, 0xd094},  {0x00e5, 0xd095},  {0x00e6, 0xd0a4},  {0x00e7, 0xd093},  {0x00e8, 0xd0a5},  {0x00e9, 0xd098},  {0x00ea, 0xd099},  {0x00eb, 0xd09a},  {0x00ec, 0xd09b},  {0x00ed, 0xd09c},  {0x00ee, 0xd09d},  {0x00ef, 0xd09e},  {0x00f0, 0xd09f},  {0x00f1, 0xd0af},  {0x00f2, 0xd0a0},  {0x00f3, 0xd0a1},  {0x00f4, 0xd0a2},  {0x00f5, 0xd0a3},  {0x00f6, 0xd096},  {0x00f7, 0xd092},  {0x00f8, 0xd0ac},  {0x00f9, 0xd0ab},  {0x00fa, 0xd097},  {0x00fb, 0xd0a8},  {0x00fc, 0xd0ad},  {0x00fd, 0xd0a9},  {0x00fe, 0xd0a7},  {0x00ff, 0xd0aa}};

⌨️ 快捷键说明

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