Skip Menu |

This queue is for tickets about the HTTP-Message CPAN distribution.

Report information
The Basics
Id: 95545
Status: resolved
Priority: 0/
Queue: HTTP-Message

People
Owner: Nobody in particular
Requestors: ailin.nemui [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: decoded_content / content_charset fails on Chinese websites since 6.04
Date: Sun, 11 May 2014 20:04:34 +0200
To: bug-HTTP-Message [...] rt.cpan.org
From: Ailin Nemui <ailin.nemui [...] gmail.com>
The call to decoded_content / content_charset fails on Chinese websites since 6.04 because it tries to call find_encoding("GB2312")->mime_name. This is a valid encoding and returns a valid Encode::XS but unfortunately the mime_name is undef. Thanks