Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NFC/NFG #3841

Closed
p6rt opened this issue May 3, 2015 · 7 comments
Closed

NFC/NFG #3841

p6rt opened this issue May 3, 2015 · 7 comments
Labels
JVM Related to Rakudo-JVM NYI Features not yet implemented uni

Comments

@p6rt
Copy link

p6rt commented May 3, 2015

Migrated from rt.perl.org#124500 (status was 'open')

Searchable as RT124500$

@p6rt
Copy link
Author

p6rt commented Nov 18, 2015

From @usev6

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)'.

@p6rt
Copy link
Author

p6rt commented Nov 18, 2015

From @peschwa

On Wed Nov 18 11​:46​:36 2015, bartolin@​gmx.de wrote​:

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)'.

I think this ticket might well be the latest addition to the "merge graveyard" that is RT #​124500 (https://rt-archive.perl.org/perl6/Ticket/Display.html?id=124500).

@p6rt
Copy link
Author

p6rt commented Nov 18, 2015

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Nov 29, 2015

From @lizmat

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-followup@​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-archive.perl.org/perl6/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)'.

@p6rt
Copy link
Author

p6rt commented Nov 29, 2015

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Oct 5, 2017

From @samcv

This is actually caused by JVM not supporting NFG format. Going to merge into RT#​124500

@p6rt p6rt added JVM Related to Rakudo-JVM NYI Features not yet implemented uni labels Jan 5, 2020
@usev6
Copy link

usev6 commented Apr 3, 2021

I'll close this issue in favor of a newly created issue in Rakudo's github repo.

(Rational: People looking for NGF support on the JVM backend usually don't search this repo.)

@usev6 usev6 closed this as completed Apr 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JVM Related to Rakudo-JVM NYI Features not yet implemented uni
Projects
None yet
Development

No branches or pull requests

2 participants