Changeset acbf0f5 in github for program/include/main.inc
- Timestamp:
- Sep 15, 2010 8:15:01 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 457373b
- Parents:
- f8e8af7
- File:
-
- 1 edited
-
program/include/main.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/main.inc
rcb3dfdfe racbf0f5 206 206 return $str; 207 207 208 // convert charset using iconv module 209 if (function_exists('iconv') && $from != 'UTF -7' && $to != 'UTF-7') {208 // convert charset using iconv module 209 if (function_exists('iconv') && $from != 'UTF7-IMAP' && $to != 'UTF7-IMAP') { 210 210 if ($iconv_options === null) { 211 211 // ignore characters not available in output charset
Note: See TracChangeset
for help on using the changeset viewer.
