Function
GLibstr_is_ascii
since: 2.40
Declaration [src]
gboolean
g_str_is_ascii (
const gchar* str
)
Description [src]
Determines if a string is pure ASCII. A string is pure ASCII if it contains no bytes with the high bit set.
Available since: 2.40