terminology/src/bin/utf8.h

7 lines
134 B
C
Raw Normal View History

#ifndef TERMINOLOGY_UTF8_H_
#define TERMINOLOGY_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