Sha256: a16bd368445f60ad6678688d60b05563ee80fdcb879405dbf087c5dea7201fb0

Contents?: true

Size: 229 Bytes

Versions: 4

Compression:

Stored size: 229 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);
int32_t utf8CharToCodepoint(unsigned char *in, size_t in_len);

#endif

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
utf8-0.1.6 ext/utf8/utf8.h
utf8-0.1.5 ext/utf8/utf8.h
utf8-0.1.4 ext/utf8/utf8.h
utf8-0.1.3 ext/utf8/utf8.h