X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FLXDebug.pm;h=553ab5037c0679d8f72ef3020e9db99a37c8cfae;hb=59ab5cb4a0a8a650f74c43a23002e3f9f3028c67;hp=cf6c91266f4977beaa627c9fa8ad79710ced9e37;hpb=313c7c4d7422770b3f28ce0b5d51f867472e1fce;p=kivitendo-erp.git diff --git a/SL/LXDebug.pm b/SL/LXDebug.pm index cf6c91266..553ab5037 100644 --- a/SL/LXDebug.pm +++ b/SL/LXDebug.pm @@ -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;