Nuacht

jagerman mentioned this on Apr 26, 2017 Fix Python 3 bytes conversion to std::string/char* #817 jagerman closed this as completed in #817 on Apr 28, 2017 rwgk ...
Normally, in Python 2, I can do so using strings, because a string can contain any bytes, in any order. However, Unicode is quite strict about which bytes represent characters, in no small part ...