Sha256: 681e53fb26b6acfac03fe1f4affa2b85b8ffeb9b5dc8f699342cf9532a54f51d
Contents?: true
Size: 165 Bytes
Versions: 1
Compression:
Stored size: 165 Bytes
Contents
#ifndef UTF8_UTF8_H #define UTF8_UTF8_H inline int8_t utf8CharLen(unsigned char *in, size_t in_len); size_t utf8CharCount(unsigned char *in, size_t in_len); #endif
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
utf8-0.1.0 | ext/utf8/utf8.h |