aboutsummaryrefslogtreecommitdiff
path: root/Src/Wasabi/bfc/string/utf8.h
blob: d584705861f6faa2ffe0892b36222b8598d47bf3 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _UTF8_H
#define _UTF8_H

#include <bfc/common.h>

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

#endif