replace bad windows characters

This commit is contained in:
fred 2021-08-01 20:27:22 +02:00
parent 86172b8df1
commit 8d2fee65ab
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ function splitweek()
s=${s#*"$delimiter"};
done;
# declare -p array
echo "${array[$2]}" | awk -F "$DEND" '{print $1}' | sed s/\/\'/g
echo "${array[$2]}" | awk -F "$DEND" '{print $1}' | sed s/\/\'/g | sed s/\…/./g | sed s/\/./g
}
#read