[Webkit-unassigned] [Bug 67891] New: [Qt] Extra Surrogate Character Printed On Certain Unicode Characters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 10 06:25:38 PDT 2011


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

           Summary: [Qt] Extra Surrogate Character Printed On Certain
                    Unicode Characters
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: daved314 at gmail.com


Created an attachment (id=106975)
 --> (https://bugs.webkit.org/attachment.cgi?id=106975&action=review)
Imaging showing extra character and html to produce it.

I'm using a flashcard program that utilizes QtWebKit to display the cards (Anki). I've imported a 100 sign cuneiform (in unicode 0x12000 - 0x1236E) set of flashcards.  While the cuneiform symbols are displayed correctly throughout the system (chrome browser, safari browser, textedit, etc) an extra "Surrogate Character" is printed when the character is displayed by qtwebkit.  To verify that the issue was with qtwebkit, I used Qt Creator to run the example webkit project and was able to reproduce the results.  Attached is a screenshot of the Qt Creator test.

Another note, this issue seems to show up only on Mac (maybe linux) but not on Windows.  When I try to display the character with qtwebkit on a Windows 7 machine, the surrogate character does not display (meaning it works as expected).

These tests were with the latest Qt Creator and qtwebkit (4.7.x)

Steps to reproduce:
Display the following HTML using QtWebKit
<html><head></head><body><h1>Cuneiform Test for &#x12000;</h1><div><span style="font-family: Assurbanipal; font-size: 64px;">ð’€€</span></div><hr><div>A</div> </body></html>

-- 
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