blob: 26fc7b3a2d1107735b05f523f2b1ccd09e8716ec (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
# This test is not enabled by default, because MSVCRT does not support and
# will likely never support locales with MB_CUR_MAX > 2.
# Test some UTF-8 locales.
./test-mbrtowc-w32${EXEEXT} French_France Japanese_Japan Chinese_Taiwan Chinese_China 65001
|