]> wagnertech.de Git - mfinanz.git/blobdiff - SL/LXDebug.pm
Handle zur LXDebug-Logdatei auch UTF-8 encoden
[mfinanz.git] / SL / LXDebug.pm
index cf6c91266f4977beaa627c9fa8ad79710ced9e37..553ab5037c0679d8f72ef3020e9db99a37c8cfae 100644 (file)
@@ -274,6 +274,7 @@ sub _write_raw {
   local *FILE;
   if ((FILE_TARGET == $self->{"target"})
       && open(FILE, ">>", $self->{"file"})) {
+    binmode FILE, ":utf8";
     print FILE $message;
     close FILE;