[Webkit-unassigned] [Bug 18039] dx causes non-BMP characters to fail to render

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 18 16:28:39 PST 2011


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


Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #115904|review?                     |review-
               Flag|                            |




--- Comment #7 from Simon Fraser (smfr) <simon.fraser at apple.com>  2011-11-18 16:28:39 PST ---
(From update of attachment 115904)
View in context: https://bugs.webkit.org/attachment.cgi?id=115904&action=review

> Source/WebCore/rendering/svg/SVGTextLayoutAttributesBuilder.cpp:210
> +                if (currentCharacter >= 0xD800 && currentCharacter <= 0xDBFF) {

I'd love to see an isSurrogatePair() function we can use, rather than magic hex values.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list