/* See LICENSE file for copyright and license details. */ #include "utf.h" /* lookup table for the number of bytes expected in a sequence */ const unsigned char utftab[64] = …;
/* See LICENSE file for copyright and license details. */ #include "utf.h" /* lookup table for the number of bytes expected in a sequence */ const unsigned char utftab[64] = …;