https://bugs.webkit.org/show_bug.cgi?id=139706
Reviewed by Simon Fraser.
Source/WebCore:
Test: platform/ios-simulator/fast/text/cherokee.html
* platform/graphics/ios/FontCacheIOS.mm:
(WebCore::languageSpecificFallbackFont):
LayoutTests:
* platform/ios-simulator/fast/text/cherokee-expected.html: Added.
* platform/ios-simulator/fast/text/cherokee.html: Added.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@177404
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-12-16 Myles C. Maxfield <mmaxfield@apple.com>
+
+ [iOS] Cherokee language is drawn as boxes
+ https://bugs.webkit.org/show_bug.cgi?id=139706
+
+ Reviewed by Simon Fraser.
+
+ * platform/ios-simulator/fast/text/cherokee-expected.html: Added.
+ * platform/ios-simulator/fast/text/cherokee.html: Added.
+
2014-12-16 Alexey Proskuryakov <ap@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=139708
--- /dev/null
+<meta charset="utf-8">
+<div style="font-family: Helvetica; font-size: 150px;">ᏫᎩᏇᏗᏯ</div>
--- /dev/null
+<meta charset="utf-8">
+<div style="font-size: 150px;">ᏫᎩᏇᏗᏯ</div>
+2014-12-16 Myles C. Maxfield <mmaxfield@apple.com>
+
+ [iOS] Cherokee language is drawn as boxes
+ https://bugs.webkit.org/show_bug.cgi?id=139706
+
+ Reviewed by Simon Fraser.
+
+ Test: platform/ios-simulator/fast/text/cherokee.html
+
+ * platform/graphics/ios/FontCacheIOS.mm:
+ (WebCore::languageSpecificFallbackFont):
+
2014-12-16 Enrica Casucci <enrica@apple.com>
Fix iOS builders for 8.0
return LanguageSpecificFont::None;
if (c < 0x1200)
return LanguageSpecificFont::Korean;
- if (c < 0x1401)
- return LanguageSpecificFont::Khmer; // FIXME: These codepoints don't belong to Khmer
+ if (c < 0x1400)
+ return LanguageSpecificFont::None;
if (c < 0x1780)
return LanguageSpecificFont::CanadianAboriginalSyllabic;
if (c < 0x1800)