<!-- Note: you can also replace the whole content with a file generated by the perlbug utility; perlbug reports by email are no longer supported. Be sure to enclose your perl configuration in a fenced code block to preserve formatting: https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks --> <!-- If your bug is about a Perl core module rather than a core language feature, please enter its name after. --> Module: **Description** <!-- A clear and concise description of what the bug is. --> Since 1e870beca9, up to at least 9085b4e4 mingw64 tests have been failing: ``` re/uniprops01.t ...................................................... Dubious, test returned 9 (wstat 2304, 0x900) No subtests run ``` I haven't been able to reproduce this locally. Reverting the change and pushing to a test branch: https://github.com/tonycoz/perl5/tree/revert_is_utf8_char does successfully pass on github's CI. The 1e870beca9 change looks fine.