xref: /freebsd/contrib/dialog/samples/inputbox6-utf8 (revision a96ef4501919d7ac08e94e98dc34b0bdd744802b)
14c8945a0SNathan Whitehorn#!/bin/sh
2*a96ef450SBaptiste Daroussin# $Id: inputbox6-utf8,v 1.10 2020/11/26 00:03:58 tom Exp $
34c8945a0SNathan Whitehorn
44c8945a0SNathan Whitehorn. ./setup-vars
54c8945a0SNathan Whitehorn
64c8945a0SNathan Whitehorn. ./setup-tempfile
74c8945a0SNathan Whitehorn
84c8945a0SNathan Whitehorn. ./setup-utf8
94c8945a0SNathan Whitehorn
10febdb468SDevin TeskeTITLE="あいうえお"
11febdb468SDevin Teske
124c8945a0SNathan Whitehorn$DIALOG \
13febdb468SDevin Teske--title    "$TITLE" "$@" \
14febdb468SDevin Teske--inputbox "$TITLE" 10 20 "D.O.G"	 2>$tempfile
154c8945a0SNathan Whitehorn
16*a96ef450SBaptiste Daroussinreturncode=$?
174c8945a0SNathan Whitehorn
184c8945a0SNathan Whitehorn. ./report-tempfile
19