How do I get STL std::string to work with unicode on windows?

前端 未结 9 2091
猫巷女王i
猫巷女王i 2021-02-04 13:29

At my company we have a cross platform(Linux & Windows) library that contains our own extension of the STL std::string, this class provides all sort of functionality on top

9条回答
  •  孤街浪徒
    2021-02-04 14:09

    You should consider using QString and QByteArray, it has good unicode support

提交回复
热议问题