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("\x[80]") returns empty string #3473

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

uniname("\x[80]") returns empty string #3473

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#122471 (status was 'resolved')

Searchable as RT122471$

@p6rt
Copy link
Author

p6rt commented Aug 4, 2014

From @coke

22​:00 < [Coke]> m​: say uniname("\x[80]")
22​:00 <+camelia> rakudo-moar d97cd1​: OUTPUT«␤»

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

"<control-0080>"

--
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 now on MoarVM​:

say uniname("\x[80]"); # <control-0080>

This still is broken on JVM​:
say uniname("\x[80]"); # LATIN 1 SUPPLEMENT 80

@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