HardenedBSD/contrib/dialog/samples/inputbox6-utf8

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
273 B
Plaintext
Raw Normal View History

2011-01-13 03:21:23 +01:00
#!/bin/sh
# $Id: inputbox6-utf8,v 1.10 2020/11/26 00:03:58 tom Exp $
2011-01-13 03:21:23 +01:00
. ./setup-vars
. ./setup-tempfile
. ./setup-utf8
2013-09-27 20:41:31 +02:00
TITLE="あいうえお"
2011-01-13 03:21:23 +01:00
$DIALOG \
2013-09-27 20:41:31 +02:00
--title "$TITLE" "$@" \
--inputbox "$TITLE" 10 20 ".." 2>$tempfile
2011-01-13 03:21:23 +01:00
returncode=$?
2011-01-13 03:21:23 +01:00
. ./report-tempfile