| # TODO checking for other encodings (e.g. UTF-16, UTF-32, UTF-7) needs more elaborate search, | # TODO checking for other encodings (e.g. UTF-16, UTF-32, UTF-7) needs more elaborate search, | ||||
| # otherwise it shows many false positives | # otherwise it shows many false positives | ||||
| egrep -rlI $'\xEF\xBB\xBF' . | tee tests/bom.check >/dev/null # UTF-8 | |||||
| egrep -rlI $'\xEF\xBB\xBF' * | tee tests/bom.check >/dev/null # UTF-8 | |||||
| if [ -s tests/bom.check ] ; then | if [ -s tests/bom.check ] ; then | ||||
| echo "found:" | echo "found:" |