# bring over the old config
if [[ $ERUBY_UTF8 == y ]]; then
   ERUBY_OPTS="--with-charset=UTF-8"
fi &&
# the iso-8859-1 stuff is the default by upstream
config_query_option ERUBY_OPTS "Use UTF-8 charset?" n \
                    "--with-charset=UTF-8" "--with-charset=iso-8859-1"
