Bug 139134
Summary: | [iOS] Support Myanmar text | ||
---|---|---|---|
Product: | WebKit | Reporter: | Myles C. Maxfield <mmaxfield> |
Component: | Layout and Rendering | Assignee: | Myles C. Maxfield <mmaxfield> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 138906 | ||
Bug Blocks: |
Myles C. Maxfield
Currently, Myanmar text is rendered as boxes. Example: ပြည်ထောင်စု သမ္မတ မြန်မာနိုင်ငံတော်
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Myles C. Maxfield
The Unicode block range for Myanmar is 0x1000 to 0x109F. There are also other two extended block for Myanmar, 0xA9E0-0xA9FF (Myanmar Extended-B) and 0xAA60-0xU+AA7F (Myanmar Extended-A).
Myles C. Maxfield
iOS doesn't ship with any fonts that support Myanmar. If one such font is installed via a configuration profile, the fix for https://bugs.webkit.org/show_bug.cgi?id=138906 should fix this.
Myles C. Maxfield
This is no longer a WebKit bug.