public Method

TC_Unquoter.test_unquote_quoted_printable

There's no documentation for this item.

Source Code

# File action_mailer/vendor/tmail-1.1.0/tmail/quoting.rb, line 124
def test_unquote_quoted_printable
  a ="=?ISO-8859-1?Q?[166417]_Bekr=E6ftelse_fra_Rejsefeber?=" 
  b = TMail::Unquoter.unquote_and_convert_to(a, 'utf-8')
  assert_equal "[166417] Bekr\303\246ftelse fra Rejsefeber", b
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.