[Webkit-unassigned] [Bug 11448] New: ⟨ and ⟩ entities are mapped to the incorrect Unicode codepoint
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Oct 29 03:56:50 PST 2006
http://bugs.webkit.org/show_bug.cgi?id=11448
Summary: 〈 and 〉 entities are mapped to the incorrect
Unicode codepoint
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: bdash at webkit.org
CC: ap at nypop.com
According to the DTDs for HTML 4 (http://www.w3.org/TR/html4/HTMLsymbol.ent)
and XHTML 1 (http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent) the lang and
rang entities should correspond to U+3008 and U+3009 respectively. It states:
<!-- lang is NOT the same character as U+003C 'less than' or U+2039 'single
left-pointing angle quotation mark' -->
Currently lang and rang incorrectly end up as U+2039 and U+203A.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list