+if test "$oldfailed" -ne "${failed:-0}"; then
+ echo "Complete UTF-8 width table for BMP"
+ ${MH_OBJ_DIR}/test/getcwidth --dump
+fi
+set +x
+
+#
+# Check decoding with an invalid multibyte sequence. We skip this test
+# if we don't have iconv support, since it requires converting from one
+# character set to another. Be sure we created the test file, though, because
+# it's required for the test right after it.
+#