comparison tests/unistdio/test-ulc-vasnprintf3.sh @ 9030:870029929d86

Formatted output functions for Unicode strings.
author Bruno Haible <bruno@clisp.org>
date Mon, 02 Jul 2007 01:34:46 +0000
parents
children 8c1a17df67e0
comparison
equal deleted inserted replaced
9029:3b5cd6b6e134 9030:870029929d86
1 #!/bin/sh
2
3 # Test whether a french Unicode locale is installed.
4 : ${LOCALE_FR_UTF8=fr_FR.UTF-8}
5 if test $LOCALE_FR_UTF8 != none; then
6 testlocale=$LOCALE_FR_UTF8
7 else
8 if test -f /usr/bin/localedef; then
9 echo "Skipping test: no french Unicode locale is installed"
10 else
11 echo "Skipping test: no french Unicode locale is supported"
12 fi
13 exit 77
14 fi
15
16 LC_ALL=$testlocale \
17 ./test-ulc-vasnprintf1${EXEEXT} \
18 || exit 1
19
20 LC_ALL=$testlocale \
21 ./test-ulc-vasnprintf3${EXEEXT}