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

Andrew Dunstan <andrew@dunslane.net>

Commit: 18d69488587af4b7883de46847438de01282d8a3
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2006-01-28T16:21:33Z
Releases: 8.1.3
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 +84 −1