j
k
j a
j l
On windows, with my visual studio project settings set to "Unicode character set", it correctly returns a wstring. But on OSX (using xcode/gcc) it tries to return a string.
Maybe OSX uses UTF-8 unicode, that's why you get std::string?
Back to the thread
Back to the list