guint tlen_strlen (const gchar *s); gchar* tlen_encode (const gchar *what);
guint tlen_strlen (const gchar *s);
Computes lenght of the string s.
ascii string.
string lenght. The function returns 0 if the string is NULL.
gchar* tlen_encode (const gchar *what);
Encodes what using URLencode.
string to encode.
newly allocated string.