Overview
Comment: | Updated locale test to use LC_ALL since dietlibc's setlocale() ignores LANG |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 0d9a6198ae9b06e4b6a511116098b38d26067fbc |
User & Date: | rkeene on 2010-09-26 04:48:30 |
Other Links: | manifest | tags |
Context
2010-09-26
| ||
04:48 | Updated to produce Tclkits that lack Mk4 check-in: 266a96d1d3 user: rkeene tags: trunk | |
04:48 | Updated locale test to use LC_ALL since dietlibc's setlocale() ignores LANG check-in: 0d9a6198ae user: rkeene tags: trunk | |
04:48 |
Updated to create tests log with PASS/FAIL
Added additional information to Locale test check-in: 205ad8c75e user: rkeene tags: trunk | |
Changes
Modified build/test/tests/05-locale.sh from [62817958fb] to [a736528644].
1 1 #! /bin/bash 2 2 3 3 unset $(locale | cut -f 1 -d =) 4 -LANG="UTF-8" 5 -export LANG 4 +LC_ALL="en_US.UTF-8" 5 +export LC_ALL