搜索资源列表
iconv
- iconv 字符集编码转换主模块的实现,常用于 GB2312 与 UTF-8 之间的转换。-iconv character set encoding to achieve the main module, commonly used in the GB2312 and UTF-8 conversion between.
freetype
- 在linux的terminal下面执行:./example1 ./simsun.ttc a 就可以显示simsun.ttc字符类型的字体。自己也可以修改。前提是安装了freetype。 安装步骤是: tar xjf freetype-2.4.10.tar.bz2 ./configure make sudo make install 编译执行文件的命令是: gcc -finput-charset=GBK -fexec-charset=UTF-8 -o example1