What is the difference between WideCharToMultiByte() and wcstombs() When to use which one?
|
feedback
|
|
In a nutshell: the Apart from that, Therefore I would suggest using | |||||||||||||||
feedback
|
|
The main difference is that | |||
|
feedback
|
|
When it comes down to it, | |||
|
feedback
|
|
Like with any other function: use the function that does what you need in your program.
So if your program is native Win32 program that uses lots of WIN32 API functions that use and return WCHAR strings then you need | |||
|
feedback
|
There are other libraries, including ICONV or ICU that also do various unicode <-> multibyte conversions. | |||||
feedback
|