@filodej
Hi Petr,
Newer UAX-14 versions have rules like the following:
PO × OP NU
PO × OP IS NU
(AK | [◌] | AS) × (AK | [◌] | AS) VF
I.e. looking ahead (for more than one character) is needed. This makes incremental processing impossible, I think.
I think I will have to retire the lb_process_next_char API before supporting such rules.
Any other ideas?
@filodej
Hi Petr,
Newer UAX-14 versions have rules like the following:
I.e. looking ahead (for more than one character) is needed. This makes incremental processing impossible, I think.
I think I will have to retire the
lb_process_next_charAPI before supporting such rules.Any other ideas?