UTF8_CONT 61 common/stdc/uchar.c #define UTF8_CONT(c, shift) (0x80 | (((c) >> (shift)) & 0x3F)) UTF8_CONT 61 kernel/generic/common/stdc/uchar.c #define UTF8_CONT(c, shift) (0x80 | (((c) >> (shift)) & 0x3F)) UTF8_CONT 61 uspace/lib/c/common/stdc/uchar.c #define UTF8_CONT(c, shift) (0x80 | (((c) >> (shift)) & 0x3F))HelenOS homepage, sources at GitHub