xref: /freebsd/contrib/dialog/samples/msgbox-utf8 (revision e0c4386e)
1#!/bin/sh
2# $Id: msgbox-utf8,v 1.2 2020/11/26 00:03:58 tom Exp $
3# from Debian #570634
4
5. ./setup-vars
6
7. ./setup-utf8
8
9${DIALOG-dialog} "$@" \
10	--title "ทดสอบวรรณยุกต์" \
11	--msgbox "วรรณยุกต์อยู่ท้ายบรรทัดได้หรือไม่" 8 23
12returncode=$?
13
14. ./report-button
15