Re: Matching upper ASCII characters in RE patterns

[email protected] (Darren Duncan) Tue, 30 Nov 2010 14:23:52 -0800
Newsgroups perl.unicode
Message-ID <[email protected]>
Jonathan Pool wrote:
>> Just one bug report will be fine.
> 
> OK.
> 
>> I think that the one that was supposedly in latin1 could have gotten converted to utf8 in the email process.
> 
> It arrived Latin1-encoded.

When encoding issues matter, try putting the files in a tarball or zip archive, 
which presumably should treat them as binary files and preserve the encodings 
over transport. -- Darren Duncan