Update Trouble Shooting authored by Malte Christian Kögel's avatar Malte Christian Kögel
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
* There are weird characters in my csv Phase log files, e.g.:<br> * There are weird characters in my csv Phase log files, e.g.:<br>
![image](uploads/9bfe9b5e7837180dec2719a41571cc88/image.png) ![image](uploads/9bfe9b5e7837180dec2719a41571cc88/image.png)
<blockquote> <blockquote>
Unreal produces byte order marks (BOM) for some reaseon (for possible solutions see #93), you can place and execute the following python code in the folder (``StudyFramework/StudyLogs``) where the phase csv files are: These are Byte-Order-Marks (BOM) which appeared in data logged by some previous versions of the plugin. This has been fixed. If your logged data has been generated by an older version and contains BOMs, you can place and execute the following python code in the folder (``StudyFramework/StudyLogs``) where the phase csv files are, to get rid of them:
<details><summary>RemoveBOMs</summary> <details><summary>RemoveBOMs</summary>
... ...
......