9 lines
120 B
C
9 lines
120 B
C
|
#ifndef _UTF8_H
|
||
|
#define _UTF8_H
|
||
|
|
||
|
#include <bfc/common.h>
|
||
|
|
||
|
void COMEXP UTF8_to_ASCII(const char *in, char *out);
|
||
|
|
||
|
#endif
|