homie-esp8266 icon indicating copy to clipboard operation
homie-esp8266 copied to clipboard

UTF8 Source Files

Open weswitt opened this issue 7 years ago • 3 comments

The homie-esp8266 source files contain UTF8 characters for many of the logging statements. The source files containing these characters do not have a UTF8 BOM. I see that the root of the source tree contains a .editorconfig file that specifies UTF8, but this is an incomplete solution. This assumes that everyone will read the source code using a specific editor, which is false. The correct thing to do is add the BOM to the source files.

weswitt avatar Oct 24 '17 13:10 weswitt

ill look into this.

timpur avatar Dec 16 '17 12:12 timpur

I think all files are now UTF-8. Could we close this issue?

stritti avatar Mar 23 '19 20:03 stritti

But they still do not contain a BOM?

euphi avatar Mar 24 '19 14:03 euphi