|
|
| version 1.1.1.1, 2003/10/16 17:57:11 | version 1.3, 2004/06/20 09:36:37 |
|---|---|
| Line 1 | Line 1 |
| #ifndef _COMMON_CODECNV_H | |
| #define _COMMON_CODECNV_H | |
| #ifdef __cplusplus | #ifdef __cplusplus |
| extern "C" { | extern "C" { |
| #endif | #endif |
| void codecnv_sjis2euc(char *euc, UINT ecnt, const char *sjis, UINT scnt); | 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); | void codecnv_sjis2utf(UINT16 *utf, UINT ucnt, const char *sjis, UINT scnt); |
| #ifdef __cplusplus | #ifdef __cplusplus |
| } | } |
| #endif | #endif |
| #endif | |