#!/bin/sh # $Id: inputbox6-utf8 1073 2021-06-27 05:01:23Z $ . ./setup-vars . ./setup-tempfile . ./setup-utf8 TITLE="あいうえお" $DIALOG \ --title "$TITLE" "$@" \ --inputbox "$TITLE" 10 20 "D.O.G" 2>$tempfile retval=$? . ./report-tempfile