edo

Experimental text editor.
Log | Files | Refs | LICENSE

utf8.h (154B)


      1 #include <stdlib.h>
      2 
      3 int utf8_len(char *buf, int len);
      4 size_t utf8_len_compat(char *buf, int len);
      5 int utf8_decode(char *buf, int len, unsigned int *cp);