]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/dialog/samples/inputbox6-utf8
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / dialog / samples / inputbox6-utf8
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
10 TITLE="あいうえお"
11
12 $DIALOG \
13 --title    "$TITLE" "$@" \
14 --inputbox "$TITLE" 10 20 "D.O.G"  2>$tempfile
15
16 retval=$?
17
18 . ./report-tempfile