freebsd-dev/contrib/dialog/samples/msgbox-utf8

15 lines
346 B
Plaintext
Raw Normal View History

2011-04-17 17:00:55 +00:00
#!/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