I am trying to store the parsed information in std::u32strings. I see from the documentation that unicode is supported, but they only talk about wchars and wstrings.
Is there a way to use u32strings instead without explicitly having to convert it after parsing?