File:  [RetroPC.NET] / np2 / common / Attic / codecnv.h
Revision 1.2: download - view: text, annotated - select for diffs
Sun Nov 23 18:59:10 2003 JST (21 years, 11 months ago) by yui
Branches: MAIN
CVS tags: VER_0_78, VER_0_77, VER_0_76, VER_0_75, VER_0_74, VER_0_73, VER_0_72, HEAD
[SDL] fix file control (T.Yui)


#ifdef __cplusplus
extern "C" {
#endif

void codecnv_sjis2euc(char *euc, UINT ecnt, const char *sjis, UINT scnt);
void codecnv_euc2sjis(char *sjis, UINT scnt, const char *euc, UINT ecnt);

void codecnv_sjis2utf(UINT16 *utf, UINT ucnt, const char *sjis, UINT scnt);

#ifdef __cplusplus
}
#endif


RetroPC.NET-CVS <cvs@retropc.net>