Sha256: 6b3abfcb92422bfececd19aeae10e7500a9fdd14dfd4e5b44209d7fa51acadb2
Contents?: true
Size: 222 Bytes
Versions: 2
Compression:
Stored size: 222 Bytes
Contents
#ifndef UTF8_UTF8_H #define UTF8_UTF8_H int8_t utf8CharLen(unsigned char *in, size_t in_len); int64_t utf8CharCount(unsigned char *in, size_t in_len); int32_t utf8CharToCodepoint(unsigned char *in, size_t in_len); #endif
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
utf8-0.1.8 | ext/utf8/utf8.h |
utf8-0.1.7 | ext/utf8/utf8.h |