Skip to content

search: Fix block edge case

When searching for characters that are at the end of their block (e.g U+017F of the Latin Extended-A block) the search didn't compare the last character. This caused several characters to be unreachable with a search.

Fixes #82 (closed) #96 (closed)

20230423163308

20230423163347

20230423163405

20230423163414

Merge request reports