• Main Page
  • Modules
  • Data Structures
  • Files
  • Examples
  • File List
  • Globals

/work/a/ports/audio/libnjb/work/libnjb-2.2.6/src/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 /* __NJB__UNICODE__H */

Generated on Mon Nov 29 2010 02:59:13 for libnjb by  doxygen 1.7.2