cn-test.c

来自「读写pdf格式文件的多平台C语言工具库」· C语言 代码 · 共 27 行

C
27
字号
/* cn-test.c -- test program for Chinese language support. * Copyright (C) 1999 FastIO Systems, All Rights Reserved. * For conditions of use, license, and distribution, see LICENSE.pdf * included in the distribution or http://www.fastio.com/LICENSE.pdfThis example file "cn-test.c" includes text from TeX documentationreleased under GNU Public License as acknowledged below.  Although,we do not believe that doing this places cn-test.c into GPL'edsoftware, if that must be the case, then this file, "cn-test.c",must be GPL'ed, so be it.------------------------------------------------------------------------------------1999-09-27 [io] Chinese versioncc -Wall -o cn-test -I/usr/local/include cn-test.c -lcpdfpmThe Chinese text data and the English original are from:ftp://ftp.tex.ac.uk/tex-archive/language/chinese/CJK/4_2.0/examples/*/#include <stdio.h>#include <stdlib.h>#include <cpdflib.h>/* EUC-Big 5 : Traditional Chinse (Taiwan) */char *euc_b5_text[] = {"セ盽拜拜氮栋~(FAQ list)~琌眖

⌨️ 快捷键说明

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