--- np2/codecnv/codecnv.h 2005/04/01 15:35:48 1.3 +++ np2/codecnv/codecnv.h 2007/01/02 12:56:54 1.4 @@ -8,6 +8,7 @@ extern "C" { UINT codecnv_sjistoeuc(char *dst, UINT dcnt, const char *src, UINT scnt); UINT codecnv_sjistoucs2(UINT16 *dst, UINT dcnt, const char *src, UINT scnt); +UINT codecnv_sjis2utf(UINT16 *dst, UINT dcnt, const char *src, UINT scnt); UINT codecnv_euctosjis(char *dst, UINT dcnt, const char *src, UINT scnt); UINT codecnv_euctoucs2(UINT16 *dst, UINT dcnt, const char *src, UINT scnt);