#include "internal.h" int utf8·runelen(rune r) { byte s[10]; return utf8·encode(&r, s); }