projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
313c7c4
)
Handle zur LXDebug-Logdatei auch UTF-8 encoden
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 3 Jul 2014 09:03:01 +0000
(11:03 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 3 Jul 2014 09:03:01 +0000
(11:03 +0200)
SL/LXDebug.pm
patch
|
blob
|
history
diff --git
a/SL/LXDebug.pm
b/SL/LXDebug.pm
index
cf6c912
..
553ab50
100644
(file)
--- 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;