diff options
author | Alexey Mahotkin <squadette@gmail.com> | 2008-11-20 15:52:18 +0300 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2008-11-20 23:10:15 +0100 |
commit | 84583657f40e5554c496fb24dfbc1921f11b0498 (patch) | |
tree | 264d35f4d205fef45d17fffe913fa99d3dfa8b23 /activesupport | |
parent | ebdbd854a92ff0594c9af53432d70de882b1c7d1 (diff) | |
download | rails-84583657f40e5554c496fb24dfbc1921f11b0498.tar.gz rails-84583657f40e5554c496fb24dfbc1921f11b0498.tar.bz2 rails-84583657f40e5554c496fb24dfbc1921f11b0498.zip |
Fixed RFC-2045 quoted-printable bug [#1421 state:committed]
http://www.faqs.org/rfcs/rfc2045.html says:
may be
represented by an "=" followed by a two digit
hexadecimal representation of the octet's value. The
digits of the hexadecimal alphabet, for this purpose,
are "0123456789ABCDEF". Uppercase letters must be
used; lowercase letters are not allowed.
ActionMailer, however, used "=%02x" specification.
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
Diffstat (limited to 'activesupport')
0 files changed, 0 insertions, 0 deletions