Hello!
I'm wondering how to go about packing data from an std::vector<unsigned long> into valid unicode (UTF-8) characters. So far, I've tried writing the unsigned long data directly to a text file, but that usually results in invalid characters.
(I don't actually need to store the data in unsigned long form, I just thought it might make converting the data to unicode characters easier.)
Sorry about not posting any code, but I don't think what I have (above) is worth posting.
Thanks