#ifdef预编译相关用法主要有:(1)#ifdef XXX executing the corresponding xxx code #endif(2)#ifdef XXX executing the corresponding xxx code #else executing the other code(3)#ifdef XXX executing the corresponding xxx code #elif defined YYY executing the correspondin…
引用 weifeng.shen 的 字库编码Unicode相关知识 1. 各地编码 首先说明一下现在常用的一些编码方案: 1. 在中国,大陆最常用的就是GBK18030编码,除此之外还有GBK,GB2312,这几个编码的关系是这样的. n 最早制定的汉字编码是GB2312,包括6763个汉字和682个其它符号 n 95年重新修订了编码,命名GBK1.0,共收录了21886个符号. n 之后又推出了GBK18030编码,共收…