Re: Encode UTF-8 optimizations

[email protected] Mon, 22 Aug 2016 23:45:06 +0200
Newsgroups perl.unicode
Message-ID <201608222345.07572@pali>
On Monday 22 August 2016 23:38:05 Karl Williamson wrote:
> And, I'd rather not tweak it to call UTF8_IS_SUPER first,
> because that relies on knowing what the current internal
> implementation is.

Then maybe add new macro isUTF8_CHAR_STRICT which only check if 
character is strictly valid UTF-8? I think that such macro can be 
useful...