From: Karl Williamson Date: Thu, 1 Sep 2016 18:07:33 +0000 (-0600) Subject: Fix is_utf8_valid_partial_char() X-Git-Tag: v5.25.5~129 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/f2819f4d11979695226b1e169dc3377ec58fcbc6?hp=f2819f4d11979695226b1e169dc3377ec58fcbc6 Fix is_utf8_valid_partial_char() This should have been part of 4dab108fb5e7e21a547733bb00ddb5d8bffd936d, but when I was rebasing, these changes got moved to an unrelated commit that hasn't been pushed yet, and I didn't notice immediately. I will add som API tests for this in the next few days. ---