I\'m kind of new to using Unicode string and pointers and I\'ve no idea how the conversion to unicode to ascii and versa-versa works. Following is what I\'m trying
The solutions are platform-dependent. On Windows use MultiByteToWideChar and WideCharToMultiByte API functions. On Unix/linux platforms iconv library is quite popular.