fixed utf-16 function to correctly print ampersand

This commit is contained in:
celso 2023-06-19 16:48:01 -03:00
parent d28fa521a9
commit f993811649
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ utf-16-surrogate-pair-decode() {
remain="$(printf '\\U%8.8x' "${U}")${BASH_REMATCH[4]}${remain}" remain="$(printf '\\U%8.8x' "${U}")${BASH_REMATCH[4]}${remain}"
out="${BASH_REMATCH[1]}" out="${BASH_REMATCH[1]}"
done done
printf "%s%s\n" "${out}" "${remain}" printf "${out}${remain}\n"
} }
printf "VODs of ${login}\n" printf "VODs of ${login}\n"