blob: 945ebb67afb28ae89583391594438b85f5318121 (
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 a GB18030 locale.
./test-mbrtowc-w32${EXEEXT} Chinese_China 54936
|