Changeset 4901
- Timestamp:
- 09/02/06 19:31:45 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionmailer/lib/action_mailer/vendor/tmail/quoting.rb
r3475 r4901 81 81 return text unless to && from 82 82 text ? Iconv.iconv(to, from, text).first : "" 83 rescue Iconv::IllegalSequence, Errno::EINVAL83 rescue Iconv::IllegalSequence, Iconv::InvalidEncoding, Errno::EINVAL 84 84 # the 'from' parameter specifies a charset other than what the text 85 85 # actually is...not much we can do in this case but just return the