Changeset 895d4e3 in github for program/include/main.inc
- Timestamp:
- Mar 17, 2010 8:34:52 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 71e7545
- Parents:
- 3e34297
- File:
-
- 1 edited
-
program/include/main.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/main.inc
rf4f1c44 r895d4e3 210 210 if (function_exists('iconv') && $from != 'UTF-7' && $to != 'UTF-7') { 211 211 if ($iconv_options === null) { 212 // transliterate characters not available in output charset213 $iconv_options = '// TRANSLIT';212 // ignore characters not available in output charset 213 $iconv_options = '//IGNORE'; 214 214 if (iconv('', $iconv_options, '') === false) { 215 215 // iconv implementation does not support options
Note: See TracChangeset
for help on using the changeset viewer.
