blob: bea12ab3e262cf7f7b3057a45c0c043a8ca0f7db (
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-wcrtomb-w32${EXEEXT} French_France Japanese_Japan Chinese_Taiwan Chinese_China 65001
|