summaryrefslogtreecommitdiff
path: root/src/algo/normalize.go
AgeCommit message (Collapse)Author
2025-07-03Normalize halfwidth and fullwidth characers for matchingJunegunn Choi
2024-05-07Refactor the code so that fzf can be used as a library (#3769)Junegunn Choi
2020-06-21Accented character normalization for Vietnamese characters (#2090)Khon Trieu
Fix #2088
2017-01-09Normalize pattern string before passing it to Algo functionJunegunn Choi
2017-01-09Add --normalize option to normalize latin script charactersJunegunn Choi
Close #790