From c98f902eeae2ac9952173385b146249f11364765 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Mon, 11 Jul 2022 11:46:47 +0200 Subject: Add tests for matching identifiers w/ turkish `i` --- src/util/normalize_identifier.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/util') diff --git a/src/util/normalize_identifier.rs b/src/util/normalize_identifier.rs index 123a3a9..73f246d 100644 --- a/src/util/normalize_identifier.rs +++ b/src/util/normalize_identifier.rs @@ -54,7 +54,6 @@ pub fn normalize_identifier(value: &str) -> String { } } - // To do: test if this matches unicode. // Some characters are considered “uppercase”, but if their lowercase // counterpart is uppercased will result in a different uppercase // character. -- cgit