c++ - What is the Linux equivalent of: MultiByteToWideChar & WideCharToMultiByte? -


I am working with a class that wraps std :: wstring, this code needs cross platform , There are equivalent Windows Functions: MultibytovideCaure & amp; WideCharToMultiByte on Linux?

Thank you.

Linux equivalent iconv functions, and ( man for the document 3 says iconv_open etc.) For cross-platform applications, use dedicated libraries instead, such libraries already have their string class; There is no need to wrap std :: wstring .


Comments