Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 661880 | Differences between
and this patch

Collapse All | Expand All

(-)a/third_party/blink/renderer/platform/text/character_property_data_generator.h (-2 / +4 lines)
Lines 244-253 static const UChar32 kIsHangulRanges[] = { Link Here
244
    0xD7B0, 0xD7FF,
244
    0xD7B0, 0xD7FF,
245
    // Halfwidth Hangul Jamo
245
    // Halfwidth Hangul Jamo
246
    // https://www.unicode.org/charts/nameslist/c_FF00.html
246
    // https://www.unicode.org/charts/nameslist/c_FF00.html
247
    0xFFA0, 0xFFDC,
247
    0xFFA0, 0xFFDB,
248
};
248
};
249
249
250
static const UChar32 kIsHangulArray[] = {};
250
static const UChar32 kIsHangulArray[] = {
251
  0xFFDC,
252
};
251
253
252
}  // namespace blink
254
}  // namespace blink
253
255

Return to bug 661880