1 2 3 4 5
#!/bin/bash # # minimalistic charset test test "$(httrack -O /dev/null -#3 "iso-8859-1" "café")" == "café" || exit 1