mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-09-11 13:36:10 +00:00
to improve search for non-ASCII strings. Normalize both search and searched strings to NFKD when searching. NFKD is best because it is more efficient than NFKC and it removes formatting distinctions. This results in the best fuzzy matching.