You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attached patch provides a trivial change that makes
HTTP::Message::decoded_content compatible with Encode 2.02 and older.
The charset names used in HTTP::Message were introduced as aliases in
Encode 2.03. The older charset names are still available and this patch
uses those instead of the newer ones.
Of course, the connoisseur will recognize and value the speedup gained
by removing unneeded calls to lc() and unneeded dashes:)
Cheers,
The text was updated successfully, but these errors were encountered:
I've lost context. The original ticket was 7 years ago against libwww-perl-5.837; it is closed; current seems to be in ETHER/HTTP-Message-6.11.tar.gz. All tests are green. Encode is at 2.88; please provide enough context to make clear what is relevant. Thanks!
Copied from: libwww-perl/libwww-perl#153 :
Migrated from rt.cpan.org#63871 (status was 'new')
Requestors:
From [email protected] on 2010-12-13 12:04:17:
The text was updated successfully, but these errors were encountered: