[Webkit-unassigned] [Bug 77294] New: Copy and paste of HTML content with Apple-converted-space is incompatible with utf-8

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 29 00:24:57 PST 2012


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

           Summary: Copy and paste of HTML content with
                    Apple-converted-space is incompatible with utf-8
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: chuck at jumis.com


Copying HTML data from a window and then pasting it will result in many span class="Apple-converted-space" elements with a long form unicode character. When this is used with data uris, it results in a lot of not-found unicode glyphs.

UTF-8 format data uri:
data:text/html;charset=utf-8;base64,...

The encoded data contains many instances of:
<span class="Apple-converted-space">�</span>

The character between the span tags is often missing, and displays as a question mark (not found unicode character) instead of a space character.

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