netheril96 / StaticJSON

Fast, direct and static typed parsing of JSON with C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

utf8-with-bom

gggin opened this issue · comments

commented

json schema file do not support utf8-with-bom type

Why do you need utf8 with BOM anyway? BOM is useless in conjunction with UTF8.

commented

In one team, many users. If they use UTF8 With BOM the error message will let them confused.
Then try to fix json error, but it just an BOM error!

Are you on Windows?

commented

Yes

Implemented in d7df6f8