From e8405f40fe2eb3675f1cb4f69e825eff5f13f269 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 7 May 2024 01:06:42 +0900 Subject: Refactor the code so that fzf can be used as a library (#3769) --- src/algo/normalize.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/algo/normalize.go') diff --git a/src/algo/normalize.go b/src/algo/normalize.go index 93247908..25e92983 100644 --- a/src/algo/normalize.go +++ b/src/algo/normalize.go @@ -3,7 +3,7 @@ package algo -var normalized map[rune]rune = map[rune]rune{ +var normalized = map[rune]rune{ 0x00E1: 'a', // WITH ACUTE, LATIN SMALL LETTER 0x0103: 'a', // WITH BREVE, LATIN SMALL LETTER 0x01CE: 'a', // WITH CARON, LATIN SMALL LETTER -- cgit v1.2.3