]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/dialog/samples/msgbox-utf8
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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