1
0

utf8.h 120 B

12345678
  1. #ifndef _UTF8_H
  2. #define _UTF8_H
  3. #include <bfc/common.h>
  4. void COMEXP UTF8_to_ASCII(const char *in, char *out);
  5. #endif