1 2 3 4 5 6 7 8 9 10 11 12
#!/bin/sh # Test the UTF-8 environment on native Windows. unset LC_ALL unset LC_CTYPE unset LC_MESSAGES unset LC_NUMERIC unset LC_COLLATE unset LC_MONETARY unset LC_TIME unset LANG ${CHECKER} ./test-mbrtowc-w32utf8${EXEEXT}