Changeset 20efa59 in github
- Timestamp:
- Feb 28, 2012 5:35:52 AM (16 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 7d3e757
- Parents:
- 669fdf4
- File:
-
- 1 edited
-
program/include/rcube_charset.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_charset.php
r7fe3811 r20efa59 273 273 // @TODO: we need a function for UTF-7 (RFC2152) conversion 274 274 if ($to == 'UTF7-IMAP' || $to == 'UTF-7') { 275 if ($_str = utf8_to_utf7imap($str)) {275 if ($_str = self::utf8_to_utf7imap($str)) { 276 276 return $_str; 277 277 }
Note: See TracChangeset
for help on using the changeset viewer.
