7 lines
146 B
Bash
Executable file
7 lines
146 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Test the UTF-8 environment on native Windows.
|
|
unset LC_ALL
|
|
unset LC_CTYPE
|
|
unset LANG
|
|
${CHECKER} ./test-localcharset-w32utf8${EXEEXT}
|