Fixed 267U.pre2
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export function normalizeForSearch(tag) {
|
||||
// ref.
|
||||
// - https://analytics-note.xyz/programming/unicode-normalization-forms/
|
||||
// - https://maku77.github.io/js/string/normalize.html
|
||||
return tag.normalize("NFKC").toLowerCase();
|
||||
}
|
||||
Reference in New Issue
Block a user