You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixes concat with combining codepoints when one of the combining strings
is a repetition.
- Speeds up concating when the last grapheme of string a or first grapheme of
string b are synthetic's.
5937e712 concat: don't do re_nfg shortcut if either a or b are repeats
f5517e3f Don't take the no re_nfg shortcut if a repetition contains a synthetic
04555a1f Rename variable in concatenation to be more descriptive
092cc0d9 Don't re_nfg when last_a or first_b are synthetics in concat
cb98db0f Add functions for iterating the codepoints of a grapheme
0 commit comments