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
C++ by itself doesn't offer this functionality. You'll need a separate library, like libiconv.