#ifndef _UTF8_H
#define _UTF8_H

#include <bfc/common.h>

void COMEXP UTF8_to_ASCII(const char *in, char *out);

#endif