stringEncodingConverter.h 257 B

123456789101112131415
  1. #ifndef HAVE_STRINGENCODINGCONVERTER_H
  2. #define HAVE_STRINGENCODINGCONVERTER_H 1
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. char *convertShiftJISToUTF8(const char *in, size_t inLength);
  7. #ifdef __cplusplus
  8. }
  9. #endif
  10. #endif /* HAVE_STRINGENCODINGCONVERTER_H */