diff options
author | nwhitehorn <nwhitehorn@FreeBSD.org> | 2011-04-17 17:28:17 +0000 |
---|---|---|
committer | nwhitehorn <nwhitehorn@FreeBSD.org> | 2011-04-17 17:28:17 +0000 |
commit | 471ee1c85a9d20520815f2294ff60f4a68b1961f (patch) | |
tree | a6a1749470f0ef0127fdd632338023490a5fee50 /contrib/dialog/samples/msgbox-utf8 | |
parent | 0082d50ef6e83de5022497c14421f2dcefb71537 (diff) | |
parent | 9904759c67ae2ed3f18aef4891fb52900bcfb03f (diff) | |
download | FreeBSD-src-471ee1c85a9d20520815f2294ff60f4a68b1961f.zip FreeBSD-src-471ee1c85a9d20520815f2294ff60f4a68b1961f.tar.gz |
Update dialog to version 1.1-20110302.
Diffstat (limited to 'contrib/dialog/samples/msgbox-utf8')
-rwxr-xr-x | contrib/dialog/samples/msgbox-utf8 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/dialog/samples/msgbox-utf8 b/contrib/dialog/samples/msgbox-utf8 new file mode 100755 index 0000000..e733150 --- /dev/null +++ b/contrib/dialog/samples/msgbox-utf8 @@ -0,0 +1,14 @@ +#!/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 |