fixed utf-16 function to correctly print ampersand
This commit is contained in:
parent
d28fa521a9
commit
f993811649
|
@ -124,7 +124,7 @@ utf-16-surrogate-pair-decode() {
|
|||
remain="$(printf '\\U%8.8x' "${U}")${BASH_REMATCH[4]}${remain}"
|
||||
out="${BASH_REMATCH[1]}"
|
||||
done
|
||||
printf "%s%s\n" "${out}" "${remain}"
|
||||
printf "${out}${remain}\n"
|
||||
}
|
||||
|
||||
printf "VODs of ${login}\n"
|
||||
|
|
Loading…
Reference in New Issue