On Mar 3, 2008, at 8:43 AM, Father Chrysostomos wrote:
> I looked into it further and found that
‘ἐνδιαφέρον’
> came out encoded as UTF-8
> ("341
> 274
> 220
> 316
> 275
> 316
>
264316271316261317206341275263317201316277316
275"),
If we isolate the original and use Devel::Peek to inspect
it...
use Devel::Peek;
my $greek = 'ἐνδιαφέρον';
Dump($greek);
... this is what we see:
SV = PV(0x91e374) at 0x8972dc
REFCNT = 1
FLAGS = (PADBUSY,PADMY,POK,pPOK,UTF8)
PV = 0x11742e0
"341
274
220
316
275
316
264316271316261317206341275263317201316277316
275" |