Home | History | Annotate | Download | only in cpython2

Lines Matching full:ucs2

4132               AS_HELP_STRING([--enable-unicode@<:@=ucs@<:@24@:>@@:>@], [Enable Unicode strings (default is ucs2)]),
4142 *) enable_unicode="ucs2"
4150 ucs2) unicode_size="2"
4157 *) AC_MSG_ERROR([invalid value for --enable-unicode. Use either ucs2 or ucs4 (lowercase).]) ;;