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