-
Notifications
You must be signed in to change notification settings - Fork 550
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
utf8 overload stringify bug (utf8 caching maybe) #7822
Comments
From @perlpunkin the following testcase, length() does not return the correct value (at ---snip--- package UTF8Field; use overload '""' => 'stringify'; sub new { package main; my $t = "B\303\266se"; my $u = UTF8Field->new($t); ---snip--- Perl Info
|
From @nwc10Sorry for the delay. This bug is fixed with change 28006, which I expect will Nicholas Clark |
@nwc10 - Status changed from 'new' to 'resolved' |
Migrated from rt.perl.org#34297 (status was 'resolved')
Searchable as RT34297$
The text was updated successfully, but these errors were encountered: