Closed
Bug 724535
Opened 13 years ago
Closed 1 year ago
use ICU to provide Unicode properties needed by harfbuzz
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
People
(Reporter: jfkthame, Unassigned)
References
(Blocks 1 open bug)
Details
Harfbuzz requires a set of Unicode-property callbacks, which are currently implemented using data tables in gfxUnicodeProperties. Once we have ICU available, we can use that instead to simplify the implementation and maintenance of this stuff.
Comment 1•13 years ago
|
||
Right. And HarfBuzz itself has the glue code to use ICU too.
Comment 2•12 years ago
|
||
The glue code to use ICU in harfbuzz is currently used by Android. Chrome has its own based on glib, but Chrome had better use ICU-based one, instead.
Comment 3•12 years ago
|
||
Sorry for bug spam. Oops. Chrome has its own table-based code (similar to Mozilla's).
Updated•11 years ago
|
Updated•2 years ago
|
Severity: normal → S3
Reporter | ||
Comment 4•1 year ago
|
||
This was fixed long ago; we now rely on mozilla::unicode
APIs to look up the properties.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•