Main Page | Modules | Data Structures | File List | Data Fields | Globals | Examples

unicode.h

00001 #ifndef __NJB__UNICODE__H
00002 #define __NJB__UNICODE__H
00003 
00004 void njb_set_unicode (int flag);
00005 int ucs2strlen(const unsigned char *unicstr);
00006 char *strtoutf8(const unsigned char *str);
00007 char *utf8tostr(const unsigned char *str);
00008 char *ucs2tostr(const unsigned char *unicstr);
00009 unsigned char *strtoucs2(const unsigned char *str);
00010 
00011 #endif

Generated on Fri Oct 14 08:59:57 2005 for libnjb by  doxygen 1.3.9.1