On Fri, 11 Nov 2016 08:57:19 -0800, c...@zoffix.com wrote:
> On Tue, 05 Jul 2016 08:34:51 -0700, zef...@fysh.org wrote:
> > But if the content is non-numeric only by having diacritics on the
> > digits,
> > the coercion produces a bad result:
> >
> > > "34\x[308]5".Int
> > 3
> 
> Thanks for the report. The issue has been fixed on MoarVM. On JVM, we
> still need proper NFC support for this to work, so I'm leaving the
> ticket open as a JVM-only thing.
> 
> Fixed in
> https://github.com/rakudo/rakudo/commit/d540fc85b7e94f9ed5aa3ab47d9d5488a26e6f77
> Tests added in
> https://github.com/perl6/roast/commit/48d32a83c24a548d02c3fc57be12015825d8e611

The test in S32-str/numeric.t actually passes on JVM. I'm going to unfudge that 
test.

I'm not sure whether there are other cases which do not work on JVM (due to 
missing NFC support) or whether this ticket can be closed.

Reply via email to