mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-21 12:39:35 +00:00
Bug 65258 - [...] Mongolian with free variation selector
This commit is contained in:
parent
0193649ce4
commit
bf029281b1
1 changed files with 2 additions and 1 deletions
|
@ -280,7 +280,8 @@ arabic_joining (hb_buffer_t *buffer)
|
|||
const arabic_state_table_entry *entry = &arabic_state_table[state][this_type];
|
||||
|
||||
if (entry->prev_action != NONE && prev != (unsigned int) -1)
|
||||
buffer->info[prev].arabic_shaping_action() = entry->prev_action;
|
||||
for (; prev < i; prev++)
|
||||
buffer->info[prev].arabic_shaping_action() = entry->prev_action;
|
||||
|
||||
buffer->info[i].arabic_shaping_action() = entry->curr_action;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue