Re: Bad display of accents in Subject

2017-03-23 Thread Gérard ROBIN
On Wed, Mar 22, 2017 at 08:34:32AM -0700, $Bill wrote: > Date: Wed, 22 Mar 2017 08:34:32 -0700 > From: $Bill > To: Gérard ROBIN > Subject: Re: Bad display of accents in Subject > User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 > Thunderbird/45.8.

Re: Bad display of accents in Subject

2017-03-22 Thread Mike Flannigan
I'm not sure this is the answer, but try Unicode::Collate http://stackoverflow.com/questions/7429964/how-to-match-string-with-diacritic-in-perl Mike On 3/19/2017 10:58 PM, beginners-digest-h...@perl.org wrote: Hello, when I run this script: (it's an excerpt) -

Bad display of accents in Subject

2017-03-18 Thread Gérard ROBIN
Hello, when I run this script: (it's an excerpt) --begin test1.pl- #!/usr/bin/perl use strict; # use warnings; use Getopt::Std; use Net::POP3; use Term::ANSIColor qw(:constants); binmode(STDOUT, ":utf8"); my %params = (); getopts('s:l: