Skip to content

Commit

Permalink
add GBK -> UTF-8 converter
Browse files Browse the repository at this point in the history
  • Loading branch information
dantmnf authored and updateing committed Sep 23, 2017
1 parent 71742ef commit 9787b95
Show file tree
Hide file tree
Showing 3 changed files with 3,193 additions and 3 deletions.
9 changes: 9 additions & 0 deletions include/gbconv.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#ifndef GBCONV_H
#define GBCONV_H

#include <stdlib.h>
#include <stdint.h>

size_t gbconv8(const char *src, char *dst, size_t dstlen);

#endif
Loading

0 comments on commit 9787b95

Please sign in to comment.