utf8_utf7
Description:
public string utf8_utf7 (
string ptr)
Convert a UTF-8 string to a modified UTF-7 format.
The IMAP rules [rfc2060] are used in the UTF-7 encoding.
Parameters:
ptr |
a UTF-8 string to convert
|
Returns:
The converted string. Free it with g_free, when no longer needed.
|