What is the Linux equivalent of: MultiByteToWideChar & WideCharToMultiByte?

Viewed 16460

I am working with a class that wraps the std::wstring, this code needs to be cross platform, are there equivalents to the windows functions: MultiByteToWideChar & WideCharToMultiByte on linux?

Thank you.

2 Answers
Related