+2009-02-07 Bruno Haible <bruno@clisp.org>
+
+ * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
+ * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
+ * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
+ * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
+ * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
+ * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
+
2009-02-07 Bruno Haible <bruno@clisp.org>
Make 64-bit clean.
#!/bin/sh
# Test whether a specific GB18030 locale is installed.
-: ${LOCALE_ZH_CN=zh_CN}
+: ${LOCALE_ZH_CN=zh_CN.GB18030}
if test $LOCALE_ZH_CN = none; then
if test -f /usr/bin/localedef; then
echo "Skipping test: no transitional chinese locale is installed"
#!/bin/sh
# Test whether a specific GB18030 locale is installed.
-: ${LOCALE_ZH_CN=zh_CN}
+: ${LOCALE_ZH_CN=zh_CN.GB18030}
if test $LOCALE_ZH_CN = none; then
if test -f /usr/bin/localedef; then
echo "Skipping test: no transitional chinese locale is installed"
#!/bin/sh
# Test whether a specific GB18030 locale is installed.
-: ${LOCALE_ZH_CN=zh_CN}
+: ${LOCALE_ZH_CN=zh_CN.GB18030}
if test $LOCALE_ZH_CN = none; then
if test -f /usr/bin/localedef; then
echo "Skipping test: no transitional chinese locale is installed"
fi
# Test whether a specific GB18030 locale is installed.
-: ${LOCALE_ZH_CN=zh_CN}
+: ${LOCALE_ZH_CN=zh_CN.GB18030}
if test $LOCALE_ZH_CN != none; then
LC_ALL=$LOCALE_ZH_CN \
./test-wcrtomb${EXEEXT} 4 \
#!/bin/sh
# Test whether a specific GB18030 locale is installed.
-: ${LOCALE_ZH_CN=zh_CN}
+: ${LOCALE_ZH_CN=zh_CN.GB18030}
if test $LOCALE_ZH_CN = none; then
if test -f /usr/bin/localedef; then
echo "Skipping test: no transitional chinese locale is installed"
#!/bin/sh
# Test whether a specific GB18030 locale is installed.
-: ${LOCALE_ZH_CN=zh_CN}
+: ${LOCALE_ZH_CN=zh_CN.GB18030}
if test $LOCALE_ZH_CN = none; then
if test -f /usr/bin/localedef; then
echo "Skipping test: no transitional chinese locale is installed"