From 6f91a50216163f79801662e579b52c8cf8034ed6 Mon Sep 17 00:00:00 2001 From: Alexei Date: Mon, 7 Oct 2024 20:06:29 +0300 Subject: [PATCH] U200B --- Script/unicode_U200B_correct | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 Script/unicode_U200B_correct diff --git a/Script/unicode_U200B_correct b/Script/unicode_U200B_correct new file mode 100755 index 0000000..1cd874a --- /dev/null +++ b/Script/unicode_U200B_correct @@ -0,0 +1,3 @@ +#!/bin/bash +perl -CSD -pe "s/\N{U+200B}//gu" < $1 > noU200B_$1 +