- #ifndef HAVE_STRINGENCODINGCONVERTER_H
- #define HAVE_STRINGENCODINGCONVERTER_H 1
- #ifdef __cplusplus
- extern "C" {
- #endif
- char *convertShiftJISToUTF8(const char *in, size_t inLength);
- #ifdef __cplusplus
- }
- #endif
- #endif /* HAVE_STRINGENCODINGCONVERTER_H */
|