Added NYI stubs for Str.NFC/NFD/NFKC/NFKD for JVM in 289723972efae46b6a5236ee6049
> On 18 Nov 2015, at 20:46, Christian Bartolomaeus (via RT) > <perl6-bugs-follo...@perl.org> wrote: > > # New Ticket Created by Christian Bartolomaeus > # Please include the string: [perl #126678] > # in the subject line of all future correspondence about this issue. > # <URL: https://rt.perl.org/Ticket/Display.html?id=126678 > > > > There are skipped tests in S15-unicode-information/uniname.t which die with > the following error mode: > > $ perl6-j -e 'say uninames("AB")' > Method 'NFC' not found for invocant of class 'Str' > in block <unit> at -e:1 > > The expected output would be '(LATIN CAPITAL LETTER A LATIN CAPITAL LETTER > B)'.