From 83176984f1bd3614b0cd1fbcd4ec78479a87f9a6 Mon Sep 17 00:00:00 2001 From: Christopher <1289128+dragonfire1119@users.noreply.github.com> Date: Sun, 15 Mar 2026 02:03:01 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Remove=20Em=20Dash=20from=20unic?= =?UTF-8?q?ode=20check=20(#74)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the Em Dash (U+2014) entry from the unicode character detection list as it is redundant with existing dash detection rules. --- check-for-unicode/run.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/check-for-unicode/run.sh b/check-for-unicode/run.sh index c22c840..67c435e 100755 --- a/check-for-unicode/run.sh +++ b/check-for-unicode/run.sh @@ -519,7 +519,6 @@ harmful_patterns=( "e28091:2011:Non-Breaking Hyphen (different from ASCII hyphen)" "e28092:2012:Figure Dash (looks like hyphen)" "e28093:2013:En Dash (looks like hyphen)" - "e28094:2014:Em Dash (looks like double hyphen)" "e28095:2015:Horizontal Bar (looks like long dash)" "e280a6:2026:Horizontal Ellipsis (looks like three dots)" "e280b0:2030:Per Mille Sign (looks like percent)"