You may want to put some breakpoints in the `ucstring` operators, since those do take std::string without converting for some reason... Maybe just make those use `fromUtf8` as well, I don't see the use case for bypassing the encoding there.
---
Kaetemi