Explorar o código

write files with utf8 locale

root %!s(int64=2) %!d(string=hai) anos
pai
achega
afc29e3054
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      scripts/Rstat/main.pm

+ 2 - 0
scripts/Rstat/main.pm

@@ -100,6 +100,8 @@ if ($append) {
     open (LG,">$f_name") || die("Error open file $f_name!!! die...");
     }
 
+binmode(LG,':utf8');
+
 if (ref($cmd) eq 'ARRAY') {
     foreach my $row (@$cmd) {
 	next if (!$row);