|
|
| 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»' |