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

📄 iconvjp.c

📁 Newlib 嵌入式 C库 标准实现代码
💻 C
📖 第 1 页 / 共 3 页
字号:
/* * Copyright (c) 2003, Artem B. Bityuckiy, SoftMine Corporation. * Rights transferred to Franklin Electronic Publishers. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright *    notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright *    notice, this list of conditions and the following disclaimer in the *    documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */#include <stdio.h>#include <iconv.h>#include <errno.h>#include <newlib.h>#include "check.h"#ifdef _ICONV_ENABLED#if defined(_ICONV_CONVERTER_UTF_8) || \    defined(_ICONV_CONVERTER_EUC_JP) || \    defined(_ICONV_CONVERTER_SHIFT_JIS) || \    defined(_ICONV_CONVERTER_UCS_2_INTERNAL)#ifdef _ICONV_CONVERTER_UTF_8char utf8[] ={    0xe8,0x89,0xb2,0xe3,0x80,0x85,0xe3,0x83,0x86,0xe3,    0x82,0xad,0xe3,0x82,0xb9,0xe3,0x83,0x88,0xe3,0x83,    0x95,0xe3,0x82,0xa1,0xe3,0x82,0xa4,0xe3,0x83,0xab,    0xe9,0x9b,0x86,0x20,0x56,0x65,0x72,0x33,0x2e,0x33,    0x20,0x28,0x43,0x29,0x48,0x41,0x54,0x0d,0x0a,0x0d,    0x0a,0xe3,0x81,0x93,0xe3,0x81,0xae,0xe3,0x82,0xa2,    0xe3,0x83,0xbc,0xe3,0x82,0xab,0xe3,0x82,0xa4,0xe3,    0x83,0x96,0xe3,0x81,0xae,0xe6,0x9c,0x80,0xe6,0x96,    0xb0,0xe7,0x89,0x88,0xe3,0x81,0xaf,0xe3,0x81,0x93,    0xe3,0x81,0x93,0xe3,0x81,0xab,0xe3,0x81,0x82,0xe3,    0x82,0x8a,0xe3,0x81,0xbe,0xe3,0x81,0x99,0xe3,0x80,    0x82,0x0d,0x0a,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,    0x77,0x77,0x77,0x30,0x32,0x2e,0x73,0x6f,0x2d,0x6e,    0x65,0x74,0x2e,0x6e,0x65,0x2e,0x6a,0x70,0x2f,0x25,    0x37,0x45,0x68,0x61,0x74,0x2f,0x66,0x69,0x6c,0x65,    0x73,0x2f,0x69,0x6e,0x64,0x65,0x78,0x2d,0x6a,0x2e,    0x68,0x74,0x6d,0x6c,0x0d,0x0a,0x0d,0x0a,0x63,0x72,    0x2c,0x20,0x63,0x72,0x6c,0x66,0x2c,0x20,0x6c,0x66,    0xe3,0x83,0x87,0xe3,0x82,0xa3,0xe3,0x83,0xac,0xe3,    0x82,0xaf,0xe3,0x83,0x88,0xe3,0x83,0xaa,0x28,0xe3,    0x83,0x95,0xe3,0x82,0xa9,0xe3,0x83,0xab,0xe3,0x83,    0x80,0x29,0xe3,0x81,0xae,0xe5,0x86,0x85,0xe5,0xae,    0xb9,0xe3,0x81,0xaf,0xe5,0x90,0x8c,0xe3,0x81,0x98,    0xe3,0x81,0xa7,0xe3,0x81,0x99,0xe3,0x81,0x8c,0xe3,    0x80,0x81,0xe8,0xa1,0x8c,0xe3,0x81,0xae,0xe5,0x8c,    0xba,0xe5,0x88,0x87,0xe3,0x82,0x8a,0xe3,0x81,0x8c,    0xe3,0x81,0x9d,0xe3,0x82,0x8c,0xe3,0x81,0x9e,0xe3,    0x82,0x8c,0x0d,0x0a,0x43,0x52,0x28,0x4d,0x61,0x63,    0xe9,0xa2,0xa8,0x29,0xe3,0x80,0x81,0x43,0x52,0x2b,    0x4c,0x46,0x28,0x44,0x4f,0x53,0xe9,0xa2,0xa8,0x29,    0xe3,0x80,0x81,0x4c,0x46,0x28,0x55,0x4e,0x49,0x58,    0xe9,0xa2,0xa8,0x29,0xe3,0x81,0xab,0xe3,0x81,0xaa,    0xe3,0x81,0xa3,0xe3,0x81,0xa6,0xe3,0x81,0x84,0xe3,    0x81,0xbe,0xe3,0x81,0x99,0xe3,0x80,0x82,0x0d,0x0a,    0x0d,0x0a,0x0d,0x0a,0x6a,0x74,0x65,0x78,0x74,0x2f,    0x0d,0x0a,0x0d,0x0a,0x20,0x20,0x72,0x65,0x61,0x64,    0x6d,0x65,0x2e,0x74,0x78,0x74,0x20,0x2d,0x2d,0x2d,    0x20,0xe8,0x8b,0xb1,0xe8,0xaa,0x9e,0x52,0x45,0x41,    0x44,0x4d,0x45,0x20,0x20,0x20,0x20,0x20,0x28,0x41,    0x53,0x43,0x49,0x49,0x29,0x0d,0x0a,0x20,0x20,0x72,    0x65,0x61,0x64,0x6d,0x65,0x2e,0x65,0x75,0x63,0x20,    0x2d,0x2d,0x2d,0x20,0xe3,0x81,0x93,0xe3,0x81,0xae,    0xe3,0x83,0x95,0xe3,0x82,0xa1,0xe3,0x82,0xa4,0xe3,    0x83,0xab,0x20,0x20,0x20,0x28,0x45,0x55,0x43,0x2d,    0x4a,0x50,0x29,0x0d,0x0a,0x20,0x20,0x72,0x65,0x61,    0x64,0x6d,0x65,0x2e,0x6a,0x69,0x73,0x20,0x2d,0x2d,    0x2d,0x20,0xe6,0x97,0xa5,0xe6,0x9c,0xac,0xe8,0xaa,    0x9e,0x52,0x45,0x41,0x44,0x4d,0x45,0x20,0x20,0x20,    0x28,0x4a,0x49,0x53,0x29,0x0d,0x0a,0x20,0x20,0x72,    0x65,0x61,0x64,0x6d,0x65,0x2e,0x73,0x6a,0x73,0x20,    0x2d,0x2d,0x2d,0x20,0xe6,0x97,0xa5,0xe6,0x9c,0xac,    0xe8,0xaa,0x9e,0x52,0x45,0x41,0x44,0x4d,0x45,0x20,    0x20,0x20,0x28,0x53,0x68,0x69,0x66,0x74,0x5f,0x4a,    0x49,0x53,0x29,0x0d,0x0a,0x0d,0x0a,0x6a,0x74,0x65,    0x78,0x74,0x2f,0x63,0x72,0x2f,0x0d,0x0a,0x6a,0x74,    0x65,0x78,0x74,0x2f,0x63,0x72,0x6c,0x66,0x2f,0x0d,    0x0a,0x6a,0x74,0x65,0x78,0x74,0x2f,0x6c,0x66,0x2f,    0x0d,0x0a,0x0d,0x0a,0x20,0x20,0x61,0x73,0x63,0x69,    0x69,0x2e,0x74,0x78,0x74,0x20,0x2d,0x2d,0x2d,0x2d,    0x20,0x41,0x53,0x43,0x49,0x49,0xe3,0x81,0xa7,0xe6,    0x9b,0xb8,0xe3,0x81,0x84,0xe3,0x81,0x9f,0xe6,0x97,    0xa5,0xe6,0x9c,0xac,0xe8,0xaa,0x9e,0x28,0xe3,0x83,    0xad,0xe3,0x83,0xbc,0xe3,0x83,0x9e,0xe5,0xad,0x97,    0x29,0x0d,0x0a,0x0d,0x0a,0x20,0x20,0x6a,0x30,0x32,    0x30,0x31,0x2d,0x38,0x62,0x2e,0x74,0x78,0x74,0x20,    0x2d,0x20,0x4a,0x49,0x53,0x20,0x58,0x30,0x32,0x30,    0x31,0xe3,0x81,0xae,0xe7,0x89,0x87,0xe4,0xbb,0xae,    0xe5,0x90,0x8d,0x20,0xe3,0x82,0x92,0x20,0x38,0xe5,    0x8d,0x98,0xe4,0xbd,0x8d,0xe7,0xac,0xa6,0xe5,0x8f,    0xb7,0xe5,0x8c,0x96,0x20,0x20,0x20,0x20,0x20,0x20,    0x20,0x53,0x68,0x69,0x66,0x74,0x5f,0x4a,0x49,0x53,    0xe3,0x81,0xa8,0xe5,0x90,0x8c,0xe3,0x81,0x98,0x0d,    0x0a,0x20,0x20,0x6a,0x30,0x32,0x30,0x31,0x2d,0x65,    0x73,0x2e,0x74,0x78,0x74,0x20,0x2d,0x20,0x4a,0x49,    0x53,0x20,0x58,0x30,0x32,0x30,0x31,0xe3,0x81,0xae,    0xe7,0x89,0x87,0xe4,0xbb,0xae,0xe5,0x90,0x8d,0x20,    0xe3,0x82,0x92,0x20,0x45,0x53,0x43,0x28,0x49,0xe3,    0x81,0xa7,0xe7,0xac,0xa6,0xe5,0x8f,0xb7,0xe5,0x8c,    0x96,0x0d,0x0a,0x20,0x20,0x6a,0x30,0x32,0x30,0x31,    0x2d,0x73,0x6f,0x2e,0x74,0x78,0x74,0x20,0x2d,0x20,    0x4a,0x49,0x53,0x20,0x58,0x30,0x32,0x30,0x31,0xe3,    0x81,0xae,0xe7,0x89,0x87,0xe4,0xbb,0xae,0xe5,0x90,    0x8d,0x20,0xe3,0x82,0x92,0x20,0x53,0x4f,0x2f,0x53,    0x49,0xe3,0x81,0xa7,0xe7,0xac,0xa6,0xe5,0x8f,0xb7,    0xe5,0x8c,0x96,0x0d,0x0a,0x0d,0x0a,0x20,0x20,0x6a,    0x30,0x32,0x30,0x38,0x2d,0x38,0x62,0x2e,0x74,0x78,    0x74,0x20,0x2d,0x20,0x4a,0x49,0x53,0x20,0x58,0x30,    0x32,0x30,0x38,0x20,0x20,0x20,0x20,0x20,0x20,0x20,    0x20,0x20,0xe3,0x82,0x92,0x20,0x38,0xe5,0x8d,0x98,    0xe4,0xbd,0x8d,0xe7,0xac,0xa6,0xe5,0x8f,0xb7,0xe5,    0x8c,0x96,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x45,    0x55,0x43,0x2d,0x4a,0x50,0xe3,0x81,0xa8,0xe5,0x90,    0x8c,0xe3,0x81,0x98,0x0d,0x0a,0x20,0x20,0x6a,0x30,    0x32,0x30,0x38,0x2d,0x37,0x38,0x2e,0x74,0x78,0x74,    0x20,0x2d,0x20,0x4a,0x49,0x53,0x20,0x58,0x30,0x32,    0x30,0x38,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,    0x20,0xe3,0x82,0x92,0x20,0x45,0x53,0x43,0x24,0x40,    0xe3,0x81,0xa7,0xe7,0xac,0xa6,0xe5,0x8f,0xb7,0xe5,    0x8c,0x96,0x20,0x20,0x20,0x20,0x20,0xe3,0x81,0x84,    0xe3,0x82,0x8f,0xe3,0x82,0x86,0xe3,0x82,0x8b,0xe6,    0x97,0xa7,0x4a,0x49,0x53,0x0d,0x0a,0x20,0x20,0x6a,    0x30,0x32,0x30,0x38,0x2d,0x38,0x33,0x2e,0x74,0x78,    0x74,0x20,0x2d,0x20,0x4a,0x49,0x53,0x20,0x58,0x30,    0x32,0x30,0x38,0x20,0x20,0x20,0x20,0x20,0x20,0x20,    0x20,0x20,0xe3,0x82,0x92,0x20,0x45,0x53,0x43,0x24,    0x42,0xe3,0x81,0xa7,0xe7,0xac,0xa6,0xe5,0x8f,0xb7,    0xe5,0x8c,0x96,0x20,0x20,0x20,0x20,0x20,0xe3,0x81,    0x84,0xe3,0x82,0x8f,0xe3,0x82,0x86,0xe3,0x82,0x8b,    0xe6,0x96,0xb0,0x4a,0x49,0x53,0x0d,0x0a,0x0d,0x0a,    0x20,0x20,0x65,0x30,0x32,0x30,0x31,0x2e,0x74,0x78,    0x74,0x20,0x2d,0x2d,0x2d,0x2d,0x20,0x4a,0x49,0x53,    0x20,0x58,0x30,0x32,0x30,0x31,0xe3,0x81,0xae,0xe7,    0x89,0x87,0xe4,0xbb,0xae,0xe5,0x90,0x8d,0x20,0xe3,    0x82,0x92,0x20,0x45,0x55,0x43,0x2d,0x4a,0x50,0xe3,    0x81,0xa7,0xe7,0xac,0xa6,0xe5,0x8f,0xb7,0xe5,0x8c,    0x96,0x0d,0x0a,0x20,0x20,0x65,0x30,0x32,0x30,0x38,    0x2e,0x74,0x78,0x74,0x20,0x2d,0x2d,0x2d,0x2d,0x20,    0x4a,0x49,0x53,0x20,0x58,0x30,0x32,0x30,0x38,0x20,    0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0xe3,0x82,    0x92,0x20,0x45,0x55,0x43,0x2d,0x4a,0x50,0xe3,0x81,    0xa7,0xe7,0xac,0xa6,0xe5,0x8f,0xb7,0xe5,0x8c,0x96,    0x20,0x20,0x20,0x20,0x38,0xe3,0x83,0x93,0xe3,0x83,    0x83,0xe3,0x83,0x88,0x4a,0x49,0x53,0x58,0x30,0x32,    0x30,0x38,0xe3,0x81,0xa8,0xe5,0x90,0x8c,0xe3,0x81,    0x98,0x0d,0x0a,0x0d,0x0a,0x20,0x20,0x73,0x30,0x32,    0x30,0x31,0x2e,0x74,0x78,0x74,0x20,0x2d,0x2d,0x2d,    0x2d,0x20,0x4a,0x49,0x53,0x20,0x58,0x30,0x32,0x30,    0x31,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,    0xe3,0x82,0x92,0x20,0x53,0x68,0x69,0x66,0x74,0x5f,    0x4a,0x49,0x53,0xe3,0x81,0xa7,0xe7,0xac,0xa6,0xe5,    0x8f,0xb7,0xe5,0x8c,0x96,0x20,0x38,0xe3,0x83,0x93,    0xe3,0x83,0x83,0xe3,0x83,0x88,0x4a,0x49,0x53,0x58,    0x30,0x32,0x30,0x31,0xe3,0x81,0xa8,0xe5,0x90,0x8c,    0xe3,0x81,0x98,0x0d,0x0a,0x20,0x20,0x73,0x30,0x32,    0x30,0x38,0x2e,0x74,0x78,0x74,0x20,0x2d,0x2d,0x2d,    0x2d,0x20,0x4a,0x49,0x53,0x20,0x58,0x30,0x32,0x30,    0x38,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,    0xe3,0x82,0x92,0x20,0x53,0x68,0x69,0x66,0x74,0x5f,    0x4a,0x49,0x53,0xe3,0x81,0xa7,0xe7,0xac,0xa6,0xe5,    0x8f,0xb7,0xe5,0x8c,0x96,0x0d,0x0a,0x0d,0x0a,0x6a,    0x74,0x65,0x78,0x74,0x2f,0x6f,0x74,0x68,0x65,0x72,    0x73,0x2f,0x0d,0x0a,0x0d,0x0a,0x20,0x20,0x62,0x36,    0x34,0x6a,0x69,0x73,0x2e,0x74,0x78,0x74,0x20,0x2d,    0x2d,0x2d,0x20,0x49,0x53,0x4f,0x2d,0x32,0x30,0x32,    0x32,0x2d,0x4a,0x50,0x20,0x28,0x4a,0x49,0x53,0x29,    0x20,0xe3,0x82,0x92,0x20,0x62,0x61,0x73,0x65,0x36,    0x34,0xe3,0x81,0xa7,0xe7,0xac,0xa6,0xe5,0x8f,0xb7,    0xe5,0x8c,0x96,0x0d,0x0a,0x20,0x20,0x71,0x74,0x6a,    0x69,0x73,0x2e,0x74,0x78,0x74,0x20,0x2d,0x2d,0x2d,    0x2d,0x20,0x49,0x53,0x4f,0x2d,0x32,0x30,0x32,0x32,    0x2d,0x4a,0x50,0x20,0x28,0x4a,0x49,0x53,0x29,0x20,    0xe3,0x82,0x92,0x20,0x71,0x75,0x6f,0x74,0x65,0x64,    0x2d,0x70,0x72,0x69,0x6e,0x74,0x61,0x62,0x6c,0x65,    0xe3,0x81,0xa7,0xe7,0xac,0xa6,0xe5,0x8f,0xb7,0xe5,    0x8c,0x96,0x0d,0x0a,0x0d,0x0a,0x20,0x20,0x62,0x6b,    0x65,0x75,0x63,0x2e,0x74,0x78,0x74,0x20,0x2d,0x2d,    0x2d,0x2d,0x20,0xe5,0xa3,0x8a,0xe3,0x82,0x8c,0xe3,    0x81,0x9f,0x45,0x55,0x43,0x2d,0x4a,0x50,0x20,0x20,    0x20,0x20,0x20,0x20,0xe5,0x85,0x88,0xe9,0xa0,0xad,    0xe3,0x83,0x93,0xe3,0x83,0x83,0xe3,0x83,0x88,0xe3,    0x81,0x8c,0xe3,0x82,0xbc,0xe3,0x83,0xad,0x0d,0x0a,    0x20,0x20,0x62,0x6b,0x6a,0x69,0x73,0x2e,0x74,0x78,    0x74,0x20,0x2d,0x2d,0x2d,0x2d,0x20,0xe5,0xa3,0x8a,    0xe3,0x82,0x8c,0xe3,0x81,0x9f,0x4a,0x49,0x53,0x20,    0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x45,0x53,    0x43,0xe3,0x82,0xb3,0xe3,0x83,0xbc,0xe3,0x83,0x89,    0xe3,0x81,0x8c,0xe6,0xac,0xa0,0xe3,0x81,0x91,0xe3,    0x81,0x9f,0x0d,0x0a,0x20,0x20,0x62,0x6b,0x73,0x6a,    0x69,0x73,0x2e,0x74,0x78,0x74,0x2d,0x2d,0x2d,0x2d,    0x20,0xe5,0xa3,0x8a,0xe3,0x82,0x8c,0xe3,0x81,0x9f,    0x53,0x68,0x69,0x66,0x74,0x5f,0x4a,0x49,0x53,0x20,    0x20,0x20,0xe5,0x85,0x88,0xe9,0xa0,0xad,0xe3,0x83,    0x93,0xe3,0x83,0x83,0xe3,0x83,0x88,0xe3,0x81,0x8c,    0xe3,0x82,0xbc,0xe3,0x83,0xad,0x0d,0x0a,0x0d,0x0a,    0x20,0x20,0x63,0x74,0x72,0x6c,0x5f,0x7a,0x2e,0x74,    0x78,0x74,0x20,0x20,0x20,0x20,0x20,0x53,0x68,0x69,    0x66,0x74,0x5f,0x4a,0x49,0x53,0x20,0x20,0x20,0x20,    0x20,0x20,0x5e,0x5a,0xe3,0x82,0xad,0xe3,0x83,0xa3,    0xe3,0x83,0xa9,0xe3,0x82,0xaf,0xe3,0x82,0xbf,0xe4,    0xbb,0x98,0xe3,0x81,0x8d,0x20,0x20,0x20,0x28,0x44,    0x4f,0x53,0xe9,0xa2,0xa8,0x29,0x0d,0x0a,0x20,0x20,    0x6d,0x61,0x63,0x74,0x78,0x74,0x2e,0x62,0x69,0x6e,    0x20,0x20,0x20,0x20,0x20,0xe3,0x83,0x9e,0xe3,0x83,    0x83,0xe3,0x82,0xaf,0xe3,0x83,0x90,0xe3,0x82,0xa4,    0xe3,0x83,0x8a,0xe3,0x83,0xaa,0x49,0x49,0xe3,0x83,    0x95,0xe3,0x82,0xa9,0xe3,0x83,0xbc,0xe3,0x83,0x9e,    0xe3,0x83,0x83,0xe3,0x83,0x88,0x0d,0xa };#endif /* ifdef _ICONV_CONVERTER_UTF_8 */ #ifdef _ICONV_CONVERTER_EUC_JP  char euc_jp[] = {    0xbf,0xa7,0xa1,0xb9,0xa5,0xc6,0xa5,0xad,0xa5,0xb9,    0xa5,0xc8,0xa5,0xd5,0xa5,0xa1,0xa5,0xa4,0xa5,0xeb,    0xbd,0xb8,0x20,0x56,0x65,0x72,0x33,0x2e,0x33,0x20,    0x28,0x43,0x29,0x48,0x41,0x54,0x0d,0x0a,0x0d,0x0a,    0xa4,0xb3,0xa4,0xce,0xa5,0xa2,0xa1,0xbc,0xa5,0xab,    0xa5,0xa4,0xa5,0xd6,0xa4,0xce,0xba,0xc7,0xbf,0xb7,    0xc8,0xc7,0xa4,0xcf,0xa4,0xb3,0xa4,0xb3,0xa4,0xcb,    0xa4,0xa2,0xa4,0xea,0xa4,0xde,0xa4,0xb9,0xa1,0xa3,    0x0d,0x0a,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x77,    0x77,0x77,0x30,0x32,0x2e,0x73,0x6f,0x2d,0x6e,0x65,    0x74,0x2e,0x6e,0x65,0x2e,0x6a,0x70,0x2f,0x25,0x37,    0x45,0x68,0x61,0x74,0x2f,0x66,0x69,0x6c,0x65,0x73,    0x2f,0x69,0x6e,0x64,0x65,0x78,0x2d,0x6a,0x2e,0x68,    0x74,0x6d,0x6c,0x0d,0x0a,0x0d,0x0a,0x63,0x72,0x2c,    0x20,0x63,0x72,0x6c,0x66,0x2c,0x20,0x6c,0x66,0xa5,    0xc7,0xa5,0xa3,0xa5,0xec,0xa5,0xaf,0xa5,0xc8,0xa5,    0xea,0x28,0xa5,0xd5,0xa5,0xa9,0xa5,0xeb,0xa5,0xc0,    0x29,0xa4,0xce,0xc6,0xe2,0xcd,0xc6,0xa4,0xcf,0xc6,    0xb1,0xa4,0xb8,0xa4,0xc7,0xa4,0xb9,0xa4,0xac,0xa1,    0xa2,0xb9,0xd4,0xa4,0xce,0xb6,0xe8,0xc0,0xda,0xa4,    0xea,0xa4,0xac,0xa4,0xbd,0xa4,0xec,0xa4,0xbe,0xa4,    0xec,0x0d,0x0a,0x43,0x52,0x28,0x4d,0x61,0x63,0xc9,    0xf7,0x29,0xa1,0xa2,0x43,0x52,0x2b,0x4c,0x46,0x28,    0x44,0x4f,0x53,0xc9,0xf7,0x29,0xa1,0xa2,0x4c,0x46,    0x28,0x55,0x4e,0x49,0x58,0xc9,0xf7,0x29,0xa4,0xcb,    0xa4,0xca,0xa4,0xc3,0xa4,0xc6,0xa4,0xa4,0xa4,0xde,    0xa4,0xb9,0xa1,0xa3,0x0d,0x0a,0x0d,0x0a,0x0d,0x0a,    0x6a,0x74,0x65,0x78,0x74,0x2f,0x0d,0x0a,0x0d,0x0a,    0x20,0x20,0x72,0x65,0x61,0x64,0x6d,0x65,0x2e,0x74,    0x78,0x74,0x20,0x2d,0x2d,0x2d,0x20,0xb1,0xd1,0xb8,    0xec,0x52,0x45,0x41,0x44,0x4d,0x45,0x20,0x20,0x20,    0x20,0x20,0x28,0x41,0x53,0x43,0x49,0x49,0x29,0x0d,    0x0a,0x20,0x20,0x72,0x65,0x61,0x64,0x6d,0x65,0x2e,    0x65,0x75,0x63,0x20,0x2d,0x2d,0x2d,0x20,0xa4,0xb3,    0xa4,0xce,0xa5,0xd5,0xa5,0xa1,0xa5,0xa4,0xa5,0xeb,    0x20,0x20,0x20,0x28,0x45,0x55,0x43,0x2d,0x4a,0x50,    0x29,0x0d,0x0a,0x20,0x20,0x72,0x65,0x61,0x64,0x6d,    0x65,0x2e,0x6a,0x69,0x73,0x20,0x2d,0x2d,0x2d,0x20,    0xc6,0xfc,0xcb,0xdc,0xb8,0xec,0x52,0x45,0x41,0x44,    0x4d,0x45,0x20,0x20,0x20,0x28,0x4a,0x49,0x53,0x29,    0x0d,0x0a,0x20,0x20,0x72,0x65,0x61,0x64,0x6d,0x65,    0x2e,0x73,0x6a,0x73,0x20,0x2d,0x2d,0x2d,0x20,0xc6,    0xfc,0xcb,0xdc,0xb8,0xec,0x52,0x45,0x41,0x44,0x4d,    0x45,0x20,0x20,0x20,0x28,0x53,0x68,0x69,0x66,0x74,    0x5f,0x4a,0x49,0x53,0x29,0x0d,0x0a,0x0d,0x0a,0x6a,    0x74,0x65,0x78,0x74,0x2f,0x63,0x72,0x2f,0x0d,0x0a,    0x6a,0x74,0x65,0x78,0x74,0x2f,0x63,0x72,0x6c,0x66,    0x2f,0x0d,0x0a,0x6a,0x74,0x65,0x78,0x74,0x2f,0x6c,    0x66,0x2f,0x0d,0x0a,0x0d,0x0a,0x20,0x20,0x61,0x73,    0x63,0x69,0x69,0x2e,0x74,0x78,0x74,0x20,0x2d,0x2d,    0x2d,0x2d,0x20,0x41,0x53,0x43,0x49,0x49,0xa4,0xc7,    0xbd,0xf1,0xa4,0xa4,0xa4,0xbf,0xc6,0xfc,0xcb,0xdc,    0xb8,0xec,0x28,0xa5,0xed,0xa1,0xbc,0xa5,0xde,0xbb,    0xfa,0x29,0x0d,0x0a,0x0d,0x0a,0x20,0x20,0x6a,0x30,    0x32,0x30,0x31,0x2d,0x38,0x62,0x2e,0x74,0x78,0x74,    0x20,0x2d,0x20,0x4a,0x49,0x53,0x20,0x58,0x30,0x32,    0x30,0x31,0xa4,0xce,0xca,0xd2,0xb2,0xbe,0xcc,0xbe,    0x20,0xa4,0xf2,0x20,0x38,0xc3,0xb1,0xb0,0xcc,0xc9,    0xe4,0xb9,0xe6,0xb2,0xbd,0x20,0x20,0x20,0x20,0x20,    0x20,0x20,0x53,0x68,0x69,0x66,0x74,0x5f,0x4a,0x49,    0x53,0xa4,0xc8,0xc6,0xb1,0xa4,0xb8,0x0d,0x0a,0x20,    0x20,0x6a,0x30,0x32,0x30,0x31,0x2d,0x65,0x73,0x2e,    0x74,0x78,0x74,0x20,0x2d,0x20,0x4a,0x49,0x53,0x20,    0x58,0x30,0x32,0x30,0x31,0xa4,0xce,0xca,0xd2,0xb2,    0xbe,0xcc,0xbe,0x20,0xa4,0xf2,0x20,0x45,0x53,0x43,    0x28,0x49,0xa4,0xc7,0xc9,0xe4,0xb9,0xe6,0xb2,0xbd,    0x0d,0x0a,0x20,0x20,0x6a,0x30,0x32,0x30,0x31,0x2d,    0x73,0x6f,0x2e,0x74,0x78,0x74,0x20,0x2d,0x20,0x4a,    0x49,0x53,0x20,0x58,0x30,0x32,0x30,0x31,0xa4,0xce,    0xca,0xd2,0xb2,0xbe,0xcc,0xbe,0x20,0xa4,0xf2,0x20,    0x53,0x4f,0x2f,0x53,0x49,0xa4,0xc7,0xc9,0xe4,0xb9,    0xe6,0xb2,0xbd,0x0d,0x0a,0x0d,0x0a,0x20,0x20,0x6a,    0x30,0x32,0x30,0x38,0x2d,0x38,0x62,0x2e,0x74,0x78,    0x74,0x20,0x2d,0x20,0x4a,0x49,0x53,0x20,0x58,0x30,    0x32,0x30,0x38,0x20,0x20,0x20,0x20,0x20,0x20,0x20,    0x20,0x20,0xa4,0xf2,0x20,0x38,0xc3,0xb1,0xb0,0xcc,    0xc9,0xe4,0xb9,0xe6,0xb2,0xbd,0x20,0x20,0x20,0x20,    0x20,0x20,0x20,0x45,0x55,0x43,0x2d,0x4a,0x50,0xa4,    0xc8,0xc6,0xb1,0xa4,0xb8,0x0d,0x0a,0x20,0x20,0x6a,    0x30,0x32,0x30,0x38,0x2d,0x37,0x38,0x2e,0x74,0x78,    0x74,0x20,0x2d,0x20,0x4a,0x49,0x53,0x20,0x58,0x30,    0x32,0x30,0x38,0x20,0x20,0x20,0x20,0x20,0x20,0x20,    0x20,0x20,0xa4,0xf2,0x20,0x45,0x53,0x43,0x24,0x40,    0xa4,0xc7,0xc9,0xe4,0xb9,0xe6,0xb2,0xbd,0x20,0x20,    0x20,0x20,0x20,0xa4,0xa4,0xa4,0xef,0xa4,0xe6,0xa4,    0xeb,0xb5,0xec,0x4a,0x49,0x53,0x0d,0x0a,0x20,0x20,    0x6a,0x30,0x32,0x30,0x38,0x2d,0x38,0x33,0x2e,0x74,    0x78,0x74,0x20,0x2d,0x20,0x4a,0x49,0x53,0x20,0x58,    0x30,0x32,0x30,0x38,0x20,0x20,0x20,0x20,0x20,0x20,    0x20,0x20,0x20,0xa4,0xf2,0x20,0x45,0x53,0x43,0x24,    0x42,0xa4,0xc7,0xc9,0xe4,0xb9,0xe6,0xb2,0xbd,0x20,    0x20,0x20,0x20,0x20,0xa4,0xa4,0xa4,0xef,0xa4,0xe6,    0xa4,0xeb,0xbf,0xb7,0x4a,0x49,0x53,0x0d,0x0a,0x0d,

⌨️ 快捷键说明

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