How to deal with Unicode strings in C/C++ in a cross-platform friendly way?

后端 未结 3 766
情话喂你
情话喂你 2021-01-05 09:31

On platforms different than Windows you could easily use char * strings and treat them as UTF-8.

The problem is that on Windows you are required to acce

3条回答
  •  Happy的楠姐
    2021-01-05 09:59

    I can only suggest you to check this library out: http://cppcms.sourceforge.net/boost_locale/docs/
    It might help, it's a boost candidate for now but I believe it will make it.

提交回复
热议问题