]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/dialog/samples/msgbox-utf8
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / dialog / samples / msgbox-utf8
1 #!/bin/sh
2 # $Id: msgbox-utf8,v 1.1 2011/01/18 00:25:30 tom Exp $
3 # from Debian #570634
4
5 . ./setup-vars
6
7 . ./setup-utf8
8
9 ${DIALOG-dialog} "$@" \
10         --title "ทดสอบวรรณยุกต์" \
11         --msgbox "วรรณยุกต์อยู่ท้ายบรรทัดได้หรือไม่" 8 23
12 retval=$?
13
14 . ./report-button