Changeset 5965
- Timestamp:
- 05/17/08 18:26:41 (8 months ago)
- Files:
-
- 1 modified
-
trunk/components/Needlworks.Mail.Pop3.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/components/Needlworks.Mail.Pop3.php
r5962 r5965 379 379 $mail['text'] = iconv( $mail['content_charset'], 'utf-8', $mail['text'] ); 380 380 } elseif( isset($this->fallback_charset) ) { 381 $mail['text'] = iconv( $this->fallback_charset, 'utf-8 ', $mail['text'] );381 $mail['text'] = iconv( $this->fallback_charset, 'utf-8//IGNORE', $mail['text'] ); 382 382 } 383 383 }
