tvorova-tvornica / anagram-solver

This is repo of anagram solver, web app that solves celebrity anagrams
https://anagram-solver.fly.dev/
MIT License
0 stars 0 forks source link

Use grapheme clusters #22

Closed i-vukman closed 1 year ago

i-vukman commented 1 year ago

Some display elements contain more than single unicode code point or surrogate pair (Rune).

One such element is . With existing code, if we try to insert ááá, it would result in aaaá anagram key, which could potentially result in incorrect anagram matches.