1 /* Id: unicode.h,v 1.3 2014/06/06 15:31:56 plunky Exp */ 2 /* $NetBSD: unicode.h,v 1.1.1.1 2014/07/24 19:29:28 plunky Exp $ */ 3 4 #ifndef _UNICODE_H 5 #define _UNICODE_H 6 7 #if 0 8 extern char *cp2u8(char *p,unsigned int c); 9 #endif 10 extern unsigned int u82cp(char **q); 11 extern int u8len(char *t); 12 extern unsigned int esc2char(char **q); 13 extern void u8error(const char *fmt, ...); 14 15 #endif 16