Mon Nov 28 16:31:07 2016: Request 119022 was acted upon. Transaction: Correspondence added by [email protected] Queue: Wx Subject: Re: [rt.cpan.org #119022] DrawText of unicode string Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: [email protected] Status: new Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=119022 >
On Mon, 28 Nov 2016 15:41:01 -0500, "Philip R Brenan via RT" <[email protected]> wrote: > my $f = Wx::Font->new("Noto Mono 24"); > my $g = Wx::PaintDC->new($panel); > $g->SetFont($font); > $g->DrawText("Hello", 400, 400); > $g->DrawText("𝝰𝝱𝝲𝝱𝝰", 400, 450); You did 'use utf8', I assume? -- Johan
