Check UTF-8 encoding, and convert strings to UTF-8
Handle conversion errors properly by inserting � instead. Add a binary header to provide portable way to write binary literals (I like them) Also add a test file. ref #2404
Showing
src/test.cpp
0 → 100644
src/utils/binary.hpp
0 → 100644
src/utils/encoding.cpp
0 → 100644
src/utils/encoding.hpp
0 → 100644
Please register or sign in to comment