summaryrefslogtreecommitdiffstats
path: root/contrib/dialog/samples/msgbox-utf8
blob: e7331502ad9b63a643f856bca59bce70118d7a5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
# $Id: msgbox-utf8,v 1.1 2011/01/18 00:25:30 tom Exp $
# from Debian #570634

. ./setup-vars

. ./setup-utf8

${DIALOG-dialog} "$@" \
	--title "ทดสอบวรรณยุกต์" \
	--msgbox "วรรณยุกต์อยู่ท้ายบรรทัดได้หรือไม่" 8 23
retval=$?

. ./report-button
OpenPOWER on IntegriCloud