Re: [patch] Support "accept-charset" attribute in HTML::Form
Gisle Aas <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jun 3, 2009 at 23:46, Alex Kapranoff <[email protected]> wrote: > It's an optimization to avoid unnecessary calls to Encode.pm. It should not > affect the result. It does affect the result for strings that only contain chars in the latin1 range. See <http://github.com/gisle/libwww-perl/commit/e4380a1385f36a139977e61b1a7e0e72f42746c8> --Gisle