You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ahhh, I hadn't looked closely enough at the test. Indeed, the test tests the wrong thing. There is no requirement to upgrade this string because it is, per definition, a non-encoded Unicode string. Since it does not contain any character > 255, it can be kept as it is. It's not valid to demand that it be upgraded. So the test
ok(utf8::is_utf8($data));
is testing something that nobody has promised. I agree with you, that this isn't a regression. Thanks, @charsbar ++ for your patience!
@charsbar, could you please have a look at this? It seems to be a regression.
The matrix shows several fail reports: http://matrix.cpantesters.org/?dist=Catmandu-DBI%200.11
I could reproduce this report with a perl that has:
Let me know if you need more details.
The text was updated successfully, but these errors were encountered: