File:  [RetroPC.NET] / np2 / common / Attic / codecnv.h
Revision 1.3: download - view: text, annotated - select for diffs
Sun Jun 20 18:36:37 2004 JST (21 years, 4 months ago) by yui
Branches: MAIN
CVS tags: VER_0_80, VER_0_79, HEAD
Win32 SDL change SJIS to EUC (T.Yui)

#ifndef _COMMON_CODECNV_H
#define	_COMMON_CODECNV_H

#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

#endif


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