mirror of
https://github.com/bigbeartechworld/big-bear-scripts.git
synced 2026-03-31 06:24:02 -04:00
🔧 Remove Em Dash from unicode check (#74)
Remove the Em Dash (U+2014) entry from the unicode character detection list as it is redundant with existing dash detection rules.
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user