Searched refs:utf (Results 1 – 1 of 1) sorted by relevance
256 static int ascii2utf (char *s, unsigned char *utf, int utfmax) in ascii2utf() argument261 *utf++ = *s++; in ascii2utf()262 *utf++ = 0; in ascii2utf()