vivkin / gason

Lightweight and fast JSON parser for C++
MIT License
338 stars 51 forks source link

UTF-8 #34

Closed DBJDBJ closed 2 years ago

DBJDBJ commented 4 years ago
ChrisJefferson commented 4 years ago

In practice (and even in standard), char8_t is the same as unsigned char, so at worst some casts might have to be added to turn char8_ts into unsigned chars

DBJDBJ commented 4 years ago

The design is sorted. Onto the implementation then?

DBJDBJ commented 2 years ago

20+ years of practice has made it rather simple: If it is in <uchar.h> use it, otherwise waste your time, if you have it ...