Function
Purplenormalize_nocase
Declaration [src]
const char*
purple_normalize_nocase (
const char* str
)
Description [src]
Normalizes a string, so that it is suitable for comparison.
This is one possible implementation for the protocol callback function “normalize.” It returns a lowercase and UTF-8 normalized version of the string.