TextAnalysisTool / Releases

Repository for storing release artifacts (ex: binaries).
88 stars 26 forks source link

UTF-8 encoding is not being read correctly #62

Closed somasundarambk closed 5 years ago

somasundarambk commented 5 years ago

We found that the time field is displayed with garbage characters before AM / PM when the log file is in UTF-8. Other text editors are able to parse this correctly. Changing the file format to non UTF-8 works with this tool too. Repro file attached SkypeRoom-Init-4.0.1.0.log

DavidAnson commented 5 years ago

That file does not have a UTF8 BOM: https://en.m.wikipedia.org/wiki/Byte_order_mark

If you add one (for example, Save As from Notepad), it will open and render as you expect in TextAnalysisTool.

Please see issue #58 for more about this.