xref: /freebsd/contrib/dialog/samples/msgbox-utf8 (revision c6ec7d31830ab1c80edae95ad5e4b9dba10c47ac)
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
12retval=$?
13
14. ./report-button
15