Skip to content

Commit

Permalink
fixed a lot of unicode errors (#344)
Browse files Browse the repository at this point in the history
BOMs currently yield an error.
  • Loading branch information
nlohmann committed Oct 29, 2016
1 parent b03bbe7 commit b820bb3
Show file tree
Hide file tree
Showing 5 changed files with 284 additions and 95 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ clang_sanitize: clean

# create scanner with re2c
re2c: src/json.hpp.re2c
$(RE2C) -W --bit-vectors --nested-ifs --no-debug-info $< | $(SED) '1d' > src/json.hpp
$(RE2C) -W --utf-8 --encoding-policy fail --bit-vectors --nested-ifs --no-debug-info $< | $(SED) '1d' > src/json.hpp

# pretty printer
pretty:
Expand Down
Loading

0 comments on commit b820bb3

Please sign in to comment.