Re: Encoding problem

2012-07-18 Thread Dermot
>> >> That's done the trick. Thank you Shlomi. > > You're welcome. Next time, please reply to the list (see the bottommost line > of my signature). Schoolboy error on my part. Dammed Gmail defaults. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginn

Re: Encoding problem

2012-07-18 Thread Shlomi Fish
On Wed, 18 Jul 2012 18:00:04 +0100 Dermot wrote: > On 18 July 2012 17:18, Shlomi Fish wrote: > > On Wed, 18 Jul 2012 15:41:35 +0100 > >> > >> > >> > >> use strict; > >> use warnings; > >> > >> use HTML::Entities; > >> use Encode::Encoder qw(encoder); > >> > >> my %tests = ( > >> 'Barré'

Re: Encoding problem

2012-07-18 Thread Shlomi Fish
On Wed, 18 Jul 2012 15:41:35 +0100 Dermot wrote: > Hi, > > I am trying to create a HTML page (using TT). The data may include > exotic characters. My efforts to output the characters correctly seem > to be hitting a problem. So I wrote a (kinda) test to help me narrow > down the problem but I'm

Encoding problem

2012-07-18 Thread Dermot
Hi, I am trying to create a HTML page (using TT). The data may include exotic characters. My efforts to output the characters correctly seem to be hitting a problem. So I wrote a (kinda) test to help me narrow down the problem but I'm still not getting the correct result. I can only hope that the