3 test_lazy_prereq NO_UTF16_BOM
'
4 test $(printf abc | iconv -f UTF-8 -t UTF-16 | wc -c) = 6
7 test_lazy_prereq NO_UTF32_BOM
'
8 test $(printf abc | iconv -f UTF-8 -t UTF-32 | wc -c) = 12
12 if test_have_prereq NO_UTF16_BOM
16 iconv -f UTF-8
-t UTF-16
20 if test_have_prereq NO_UTF32_BOM
24 iconv -f UTF-8
-t UTF-32