diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2011-10-31 20:58:27 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2011-10-31 20:58:27 +0100 |
| commit | b275febb41132576ec7d34793960c6b66579fd03 (patch) | |
| tree | d5ffc86203511a8c00771b64edbdaa83fe1c4b4f /htmlreport | |
| parent | 133a6dff495236e2d3a4eb70081ddb1448765625 (diff) | |
| download | usb-wde1-tools-b275febb41132576ec7d34793960c6b66579fd03.tar.gz usb-wde1-tools-b275febb41132576ec7d34793960c6b66579fd03.zip | |
add BOM to plaintext file
Diffstat (limited to 'htmlreport')
| -rw-r--r-- | htmlreport/templates/plain.txt.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htmlreport/templates/plain.txt.php b/htmlreport/templates/plain.txt.php index 0881184..b800e9e 100644 --- a/htmlreport/templates/plain.txt.php +++ b/htmlreport/templates/plain.txt.php @@ -1,3 +1,4 @@ +<?php echo pack("CCC", 0xef, 0xbb, 0xbf); ?> Zimmer Temperatur Luftfeuchte ------------------------------------------- <?php |
