fixed a lot of unicode errors (#344)

BOMs currently yield an error.
This commit is contained in:
Niels
2016-10-29 19:35:17 +02:00
parent b03bbe724d
commit b820bb3b1f
5 changed files with 334 additions and 145 deletions
+1 -1
View File
@@ -7848,7 +7848,7 @@ class basic_json
"\000" { last_token_type = token_type::end_of_input; break; }
// anything else is an error
. { last_token_type = token_type::parse_error; break; }
* { last_token_type = token_type::parse_error; break; }
*/
}