diff options
Diffstat (limited to 'tests/test-mbrtowc-w32-3.sh')
-rwxr-xr-x | tests/test-mbrtowc-w32-3.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-mbrtowc-w32-3.sh b/tests/test-mbrtowc-w32-3.sh index c49f4bdf..c55a0ec0 100755 --- a/tests/test-mbrtowc-w32-3.sh +++ b/tests/test-mbrtowc-w32-3.sh @@ -1,4 +1,4 @@ #!/bin/sh -# Test a CP932 locale. -${CHECKER} ./test-mbrtowc-w32${EXEEXT} Japanese_Japan 932 +# Test a CP1256 locale. +${CHECKER} ./test-mbrtowc-w32${EXEEXT} "Arabic_Saudi Arabia" 1256 |