Merge branch 'master' of github.com:abh/mojox-renderer-tt
This commit is contained in:
@@ -6,10 +6,8 @@ use strict;
|
||||
use warnings;
|
||||
|
||||
BEGIN {
|
||||
#use if $^O ne 'MSWin32', POSIX => qw/setlocale LC_ALL/;
|
||||
#setlocale(&LC_ALL, 'C') if $^O ne 'MSWin32';
|
||||
unless($^O eq 'MSWin32') {
|
||||
eval q{
|
||||
eval '# line '. __LINE__ . ' "' . __FILE__ . qq("\n). q{
|
||||
use POSIX qw( setlocale LC_ALL );
|
||||
setlocale(LC_ALL, 'C');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user