[Webkit-unassigned] [Bug 193339] Either StringView::UpconvertedCharacters::UpconvertedCharacters() or StringImpl::createCFString() is using the wrong encoding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 10 14:47:31 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=193339

--- Comment #4 from Myles C. Maxfield <mmaxfield at apple.com> ---
StringImpl::copyCharacters() says it's not Latin1

TextBreakIteratorICU says it uses Latin1 (in set8BitText()) but imlements the functionality by calling StringImpl::copyCharacters(), which means TextBreakIteratorICU lies

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190110/38a96904/attachment.html>


More information about the webkit-unassigned mailing list