xref: /freebsd/contrib/dialog/samples/msgbox-utf8 (revision a96ef4501919d7ac08e94e98dc34b0bdd744802b)
17a1c0d96SNathan Whitehorn#!/bin/sh
2*a96ef450SBaptiste Daroussin# $Id: msgbox-utf8,v 1.2 2020/11/26 00:03:58 tom Exp $
37a1c0d96SNathan Whitehorn# from Debian #570634
47a1c0d96SNathan Whitehorn
57a1c0d96SNathan Whitehorn. ./setup-vars
67a1c0d96SNathan Whitehorn
77a1c0d96SNathan Whitehorn. ./setup-utf8
87a1c0d96SNathan Whitehorn
97a1c0d96SNathan Whitehorn${DIALOG-dialog} "$@" \
107a1c0d96SNathan Whitehorn	--title "ทดสอบวรรณยุกต์" \
117a1c0d96SNathan Whitehorn	--msgbox "วรรณยุกต์อยู่ท้ายบรรทัดได้หรือไม่" 8 23
12*a96ef450SBaptiste Daroussinreturncode=$?
137a1c0d96SNathan Whitehorn
147a1c0d96SNathan Whitehorn. ./report-button
15