Convert strings to/from utf7/utf8.
Modified UTF-7 is described in RFC 3501 section 5.1.3. Regular UTF-7 is described in RFC 2152.
In modified UTF-7:
Note that UTF-16:
Data | Description | Links |
---|---|---|
B64Chars | Characters of the Base64 encoding | |
Index64u | Lookup table for Base64 encoding/decoding |
Function | Description | Links |
---|---|---|
imap_utf_decode() | Decode email from UTF-8 to local charset | |
imap_utf_encode() | Encode email from local charset to UTF-8 | |
utf7_to_utf8() | Convert data from RFC2060's UTF-7 to UTF-8 | |
utf8_to_utf7() | Convert data from UTF-8 to RFC2060's UTF-7 |