--- embedaddon/libiconv/tests/check-subst 2012/02/21 22:57:48 1.1.1.1 +++ embedaddon/libiconv/tests/check-subst 2012/05/29 09:29:43 1.1.1.2 @@ -52,6 +52,8 @@ Böse Bübchen EOF $iconv --byte-subst='<0x%010000x>' -f ASCII -t ASCII < tmp-in > tmp-out # This printf command crashes on Solaris 10. +# See . +# Likewise on OSF/1 5.1. if printf 'B<0x%010000x><0x%010000x>se B<0x%010000x><0x%010000x>bchen\n' 0xC3 0xB6 0xC3 0xBC > tmp-ok 2>/dev/null; then cmp tmp-out tmp-ok fi @@ -97,6 +99,7 @@ Böse Bübchen EOF $iconv --unicode-subst='' -f UTF-8 -t ASCII < tmp-in > tmp-out # This printf command crashes on Solaris 10. +# See . if printf 'Bse Bbchen\n' 0x00F6 0x00FC > tmp-ok 2>/dev/null; then cmp tmp-out tmp-ok fi @@ -106,6 +109,8 @@ Böse Bübchen EOF $iconv --byte-subst='<0x%010000x>' -f ASCII -t ASCII < tmp-in > tmp-out # This printf command crashes on Solaris 10. +# See . +# Likewise on OSF/1 5.1. if printf 'B<0x%010000x><0x%010000x>se B<0x%010000x><0x%010000x>bchen\n' 0xC3 0xB6 0xC3 0xBC > tmp-ok 2>/dev/null; then cmp tmp-out tmp-ok fi