genUnicodePropertyData.pl refers wrong VerticalOrientation list
Categories
(Core :: Internationalization, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox133 | --- | fixed |
People
(Reporter: t.matsuu, Assigned: m_kato)
References
Details
Attachments
(2 files)
intl/unicharutil/tools/genUnicodePropertyData.pl reads VerticalOrientation data from https://www.unicode.org/Public/vertical/revision-17/VerticalOrientation-17.txt.
According to the recent UTR#50, we should read https://www.unicode.org/Public/UCD/latest/ucd/VerticalOrientation.txt (or https://www.unicode.org/Public/UNIDATA/VerticalOrientation.txt) instead.
Reporter | ||
Comment 1•4 months ago
|
||
Or replace it with the function implemented in harfbuzz.
Comment 2•4 months ago
|
||
The severity field is not set for this bug.
:m_kato, could you have a look please?
For more information, please visit BugBot documentation.
Assignee | ||
Updated•4 months ago
|
Assignee | ||
Comment 3•2 months ago
|
||
ICU4X doesn't support this properties yet. I will add it for next release.
Assignee | ||
Comment 4•2 months ago
|
||
Our ICU's system requirement is 73.1 or higher, so we can use ICU API to
get vertical orientation properties.
Updated•2 months ago
|
Assignee | ||
Comment 5•2 months ago
|
||
The vertical orientation data is unnecessary now, so let's remove it.
Comment 7•1 month ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fa72f865d20c
https://hg.mozilla.org/mozilla-central/rev/e5a497706356
Description
•