Diff for /embedaddon/libiconv/tests/check-subst between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/05/29 09:29:43 version 1.1.1.3, 2021/03/17 13:38:46
Line 2 Line 2
 # Check of --unicode-subst, --byte-subst, --widechar-subst options.  # Check of --unicode-subst, --byte-subst, --widechar-subst options.
 set -e  set -e
 iconv=../src/iconv_no_i18n  iconv=../src/iconv_no_i18n
 # Make sure the charset.alias file is found.  
 CHARSETALIASDIR=../lib  
 export CHARSETALIASDIR  
   
 options_ascii='--unicode-subst=<U+%04X> --byte-subst=<0x%02x> --widechar-subst=<%08x>'  options_ascii='--unicode-subst=<U+%04X> --byte-subst=<0x%02x> --widechar-subst=<%08x>'
 options_utf8='--unicode-subst=«U+%04X» --byte-subst=«0x%02x» --widechar-subst=«%08x»'  options_utf8='--unicode-subst=«U+%04X» --byte-subst=«0x%02x» --widechar-subst=«%08x»'

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>