Move more things sj4charset
This commit is contained in:
parent
bbed5ba02d
commit
a228b83a15
8 changed files with 315 additions and 39 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#ifndef __SJ4LIB_H__
|
||||
#define __SJ4LIB_H__
|
||||
|
||||
#include <sj_charset.h>
|
||||
#include <wchar.h>
|
||||
|
||||
/* increase this as needed... */
|
||||
|
|
@ -26,13 +27,6 @@ typedef struct sj4kouho {
|
|||
|
||||
typedef struct sj4lib Sj4Lib;
|
||||
|
||||
enum SJ4CHARSET {
|
||||
SJ4EUCJP = 0,
|
||||
SJ4SJIS,
|
||||
SJ4UTF8,
|
||||
SJ4UTF16
|
||||
};
|
||||
|
||||
Sj4Lib* sj4_open(int, const char*);
|
||||
int sj4_getkan(Sj4Lib*, const void*, int len, Sj4Kouho*);
|
||||
int sj4_nextkan(Sj4Lib*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue