Undo perl's nasty locale setting on Windows. Since we can't do that as

Andrew Dunstan <andrew@dunslane.net>

Commit: a021ea021c87dc0e29d9cbdfcf74e9ce5fd0bfe4
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2006-01-28T16:22:49Z
Releases: 8.0.7
Undo perl's nasty locale setting on Windows. Since we can't do that as
elsewhere by setting the environment appropriately, we make perl do it
right after interpreter startup by calling its POSIX::setlocale().

Files

PathChange+/−
src/pl/plperl/plperl.c modified +85 −1