Qsmtp  0.37
qutf8.h
Go to the documentation of this file.
1 
4 #ifndef QUTF8_H
5 #define QUTF8_H
6 
7 #include "sstring.h"
8 
9 extern int valid_utf8(const cstring s);
10 
11 #endif
cstring
record of a constant string
Definition: sstring.h:23
sstring.h
definition of string record and headers of corresponding helper functions
valid_utf8
int valid_utf8(const cstring s)
check if a given string contains only valid UTF-8 sequences
Definition: utf8.c:103