Function ndpi_check_punycode_string
- Defined in File ndpi_api.h 
Function Documentation
- 
int ndpi_check_punycode_string(char *buff, int len)
- Check if a string is encoded with punycode ( https://tools.ietf.org/html/rfc3492 ) - buff = pointer to the string to check
- len = len of the string
 - Returns:
- 1 if the string is punycoded; else 0