Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Ghazigq/gbk2utf8


https://github.com/Ghazigq/gbk2utf8

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# gbk2utf8

#### 介绍
GBK及UTF8编码之间相互转换

#### 使用说明

1. 本软件包来源自https://github.com/duanlangtaosha/utf8_gbk.git
如有侵权,请告知并在此道歉
2. 使用例子:
`
char *name = NULL;
utf82gbk(&name, (void *)gbk_name, strlen(gbk_name));
`
注意:name需要使用rt_free释放