1#!/bin/sh
2# $Id: inputbox6-utf8,v 1.9 2013/09/24 00:06:02 tom Exp $
3
4. ./setup-vars
5
6. ./setup-tempfile
7
8. ./setup-utf8
9
10TITLE="あいうえお"
11
12$DIALOG \
13--title    "$TITLE" "$@" \
14--inputbox "$TITLE" 10 20 "D.O.G"	 2>$tempfile
15
16retval=$?
17
18. ./report-tempfile
19