terminology/src/bin/utf8.h

7 lines
114 B
C
Raw Normal View History

2014-01-06 13:29:18 -08:00
#ifndef _UTF8_H__
#define _UTF8_H__ 1
2014-03-25 13:34:48 -07:00
#include <Eina.h>
int codepoint_to_utf8(Eina_Unicode g, char *txt);
2014-01-06 13:29:18 -08:00
#endif