From 8de92296c356a98a3778cd9d3aa6f98e6dcde840 Mon Sep 17 00:00:00 2001 From: borb Date: Mon, 30 Jun 2025 11:59:43 +0300 Subject: [PATCH] add new lines to convert script (untested) --- .scripts/convertAndReplaceAll.bat | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.scripts/convertAndReplaceAll.bat b/.scripts/convertAndReplaceAll.bat index 90512b5..3318906 100644 --- a/.scripts/convertAndReplaceAll.bat +++ b/.scripts/convertAndReplaceAll.bat @@ -23,4 +23,8 @@ wsl bash replace.sh "”" "\"" wsl bash replace.sh "“" "\"" wsl bash replace.sh "’" "'" wsl bash replace.sh "‘" "'" + +wsl bash replace.sh "\\\\" "\\" +wsl bash replace.sh "\<" "<" + wsl bash removeLinebreaks.sh \ No newline at end of file