Oh, I see. I suppose this can break old scripts that expect 8 bit characters without UTF-8 flag come through unaltered.
On Thu, Jun 4, 2009 at 9:23 AM, Gisle Aas <gi...@aas.no> wrote: > On Wed, Jun 3, 2009 at 23:46, Alex Kapranoff <k...@nadoby.ru> 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 >