You could OR all the words up till the extra bytes at the end. Or
if you wanted to short circuit as soon as you found a bit, OR each
word with 0x80808080 as you go, and bomb out on the first non-zero.
But I still imagine it's best over the long haul to prejudice things in
favor of utf8.
Migrated from rt.perl.org#1405 (status was 'resolved')
Searchable as RT1405$
The text was updated successfully, but these errors were encountered: