-
Notifications
You must be signed in to change notification settings - Fork 1
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
chr() returns something that is not a string of characters, and say/print outputs it as bytes in Rakudo #2170
Comments
From @masak<masak> perl6: say chr(194), chr(177) |
From @pmichaudThis appears to be caused by a Parrot FileHandle bug -- filed as TT #1793. Pm |
The RT System itself - Status changed from 'new' to 'open' |
From @pmichaudNow fixed in 760c734: pmichaud@plum:~/rakudo$ ./perl6 The TT #1793 ticket turned out to be a non-bug; the problem was in I'm not sure how the current test suite would be able to test this Thanks! Pm |
1 similar comment
From @pmichaudNow fixed in 760c734: pmichaud@plum:~/rakudo$ ./perl6 The TT #1793 ticket turned out to be a non-bug; the problem was in I'm not sure how the current test suite would be able to test this Thanks! Pm |
@pmichaud - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#77888 (status was 'resolved')
Searchable as RT77888$
The text was updated successfully, but these errors were encountered: