Hello, currently I see many problems with whiptail - it crashes and cannot process UTF-8 correctly. Should we call dialog instead of whiptail where possible?
diff -r1.2 dialog 10a11,13 > export DIALOG_COMMAND=whiptail > test -x /usr/bin/dialog && export DIALOG_COMMAND=dialog > 48c51 < $DIALOG_TEST whiptail $DIALOG_OPTIONS --title "$title" \ --- > $DIALOG_TEST $DIALOG_COMMAND $DIALOG_OPTIONS --title "$title" \ Gruss/Regards, Eduard. -- The feature you'd like to have is probably already installed on your Linux system. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

