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

Implement NFG on JVM #241

Open
arnsholt opened this issue Aug 11, 2015 · 1 comment
Open

Implement NFG on JVM #241

arnsholt opened this issue Aug 11, 2015 · 1 comment
Labels

Comments

@arnsholt
Copy link
Contributor

The MoarVM backend provides the NFG (Normalization Form Grapheme) primitives wanted by Perl 6 for sensible string handling, but the JVM backend is still lacking an implementation.

The main components of this are implementing a custom string class with NFG semantics and replacing the relevant occurrences of java.lang.String with that, as well as implementing the relevant nqp::ops.

An open question is whether Java provides enough of the Unicode Character Database (UCD) to implement it.

See also http://irclog.perlgeek.de/perl6/2015-08-11#i_11038254

@arnsholt arnsholt added the JVM label Aug 11, 2015
@usev6
Copy link
Contributor

usev6 commented Oct 30, 2022

Just for the referencen there is a similar issue for Rakudo: also rakudo/rakudo#4291

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants