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

uniname("\0") returns NULL #3472

Closed
p6rt opened this issue Aug 4, 2014 · 5 comments
Closed

uniname("\0") returns NULL #3472

p6rt opened this issue Aug 4, 2014 · 5 comments
Labels
JVM Related to Rakudo-JVM uni

Comments

@p6rt
Copy link

p6rt commented Aug 4, 2014

Migrated from rt.perl.org#122470 (status was 'resolved')

Searchable as RT122470$

@p6rt
Copy link
Author

p6rt commented Aug 4, 2014

From @coke

21​:57 < [Coke]> m​: say uniname("\0")
21​:57 <+camelia> rakudo-moar d97cd1​: OUTPUT«NULL␤»

but S15-unicode-information/uniname.t is expecting

"<control-0000>"

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Apr 26, 2016

@coke - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Jun 9, 2017

From @samcv

This is fixed on MoarVM​:

say "\0".uniname; # <control-0000>

This bug still exists on JVM though.

@p6rt
Copy link
Author

p6rt commented Oct 5, 2017

From @samcv

This has been fixed with Raku/nqp@7954f9b0c

Tests have been added to the nqp tests as well.
Closing as resolved.

@p6rt
Copy link
Author

p6rt commented Oct 5, 2017

@samcv - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Oct 5, 2017
@p6rt p6rt added JVM Related to Rakudo-JVM uni labels Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JVM Related to Rakudo-JVM uni
Projects
None yet
Development

No branches or pull requests

1 participant