Skip to content

Commit aed6e5f

Browse files
authored
[Unicode 17] Update script direction list (#263)
Following harfbuzz/harfbuzz#5544
1 parent 2ef18c3 commit aed6e5f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/hb/common.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,10 @@ impl Direction {
141141
script::OLD_UYGHUR |
142142

143143
// Unicode-16.0 additions
144-
script::GARAY => {
144+
script::GARAY |
145+
146+
// Unicode-17.0 additions
147+
script::SIDETIC => {
145148
Some(Direction::RightToLeft)
146149
}
147150

0 commit comments

Comments
 (0)