Bug 35605 - [Chromium] CJK Ext B (Plane 2) characters are rendered 'blank' (not even empty boxes)
Summary: [Chromium] CJK Ext B (Plane 2) characters are rendered 'blank' (not even empt...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Jungshik Shin
URL: http://www.alanwood.net/unicode/cjk_u...
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-02 14:18 PST by Jungshik Shin
Modified: 2010-03-11 17:37 PST (History)
2 users (show)

See Also:


Attachments
patch with a layout test (61.39 KB, patch)
2010-03-04 16:31 PST, Jungshik Shin
no flags Details | Formatted Diff | Diff
patch with Eric's concern addressed (60.38 KB, patch)
2010-03-09 14:42 PST, Jungshik Shin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jungshik Shin 2010-03-02 14:18:52 PST
On Windows, Chromium turns plane 2 characters (U+20000 - U+2FFFF) into 'blank' (nothing visible) at all unless a font covering Plane 2 is explicitly specified.  1st line should be more or less the same as the 2nd through 4th line. I'll upload a patch shortly.
Comment 1 Jungshik Shin 2010-03-04 16:31:04 PST
Created attachment 50063 [details]
patch with a layout test

Added fast/text/international/plane2.html along with the expected text/png. It's added to Skipped for Windows
Comment 2 Jungshik Shin 2010-03-05 10:00:02 PST
This is a Chromium issue ( http://crbug.com/36329#c15 : the 2nd issue of comment 15 in that bug).
Comment 3 Eric Seidel (no email) 2010-03-05 15:21:42 PST
Comment on attachment 50063 [details]
patch with a layout test

OK, but what does ucs4 > 0xFFFF do?

A comment would be helpful.  Obviously you're looking for a certain plane of characters, but which plane and why?
Comment 4 Eric Seidel (no email) 2010-03-05 15:21:53 PST
Otherwise I'm totally ready to r+ this.
Comment 5 Jungshik Shin 2010-03-09 14:42:11 PST
Created attachment 50352 [details]
patch with Eric's concern addressed

I added a comment about |> U+FFFF| per Eric.
Comment 6 WebKit Commit Bot 2010-03-11 17:37:38 PST
Comment on attachment 50352 [details]
patch with Eric's concern addressed

Clearing flags on attachment: 50352

Committed r55870: <http://trac.webkit.org/changeset/55870>
Comment 7 WebKit Commit Bot 2010-03-11 17:37:43 PST
All reviewed patches have been landed.  Closing bug.