54
79
# C is not necessarily the default locale, so set both LANG and
55
80
# LC_ALL explicitly because LC_ALL is preferred on (some?) Linux
56
81
# systems but only LANG is respected on Windows.
57
env_changes={'LANG': 'C', 'LC_ALL': 'C', 'LC_CTYPE':None,
83
'LANG': 'C', 'LC_ALL': 'C', 'LC_CTYPE': None,
61
87
------------------------------------------------------------
63
89
committer: ???? Meinel <juju@info.com>