u8string is meant to be UTF-8? So we now can use strings easily and safely, more or less the way we use them in Python (except still having to free the memory manually)?
Why do people still use C then? In what aspects is it better than C++? Is C++ less portable than C?.