├── .cproject ├── .project ├── convert.c ├── convert.h └── main.c /.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duanlangtaosha/utf8_gbk/HEAD/.cproject -------------------------------------------------------------------------------- /.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duanlangtaosha/utf8_gbk/HEAD/.project -------------------------------------------------------------------------------- /convert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duanlangtaosha/utf8_gbk/HEAD/convert.c -------------------------------------------------------------------------------- /convert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duanlangtaosha/utf8_gbk/HEAD/convert.h -------------------------------------------------------------------------------- /main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duanlangtaosha/utf8_gbk/HEAD/main.c --------------------------------------------------------------------------------