in reply to Re^2: decode characters from file using HTML::Entities
in thread decode characters from file using HTML::Entities

Yes, the Perl string literal «"\x26"» evaluates to the string «&».

No idea what Encode has to do with this.