Home
last modified time | relevance | path

Searched refs:has_utf8 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/one-true-awk/
H A Drun.c1061 int has_utf8(char *s) /* return 1 if s contains any utf-8 (2 bytes or more) character */ in has_utf8() function
1207 if (!has_utf8(t) || strcmp(fmt,"%s") == 0) { in format()