Re: [rt.cpan.org #119022] DrawText of unicode string

Johan Vromans <[email protected]> Mon, 28 Nov 2016 22:30:49 +0100
Newsgroups gmane.comp.lang.perl.wxperl
Organization Squirrel Consultancy
Message-ID <[email protected]>
On Mon, 28 Nov 2016 15:41:01 -0500, "Philip R Brenan via RT"
<[email protected]> wrote:

>   my $f =3D Wx::Font->new("Noto Mono 24");
>   my $g =3D Wx::PaintDC->new($panel);
>      $g->SetFont($font);=20
>      $g->DrawText("Hello",  400, 400);
>      $g->DrawText("=F0=9D=9D=B0=F0=9D=9D=B1=F0=9D=9D=B2=F0=9D=9D=B1=F0=9D=
=9D=B0", 400, 450);

You did 'use utf8', I assume?

-- Johan