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