Tagged Questions

0
votes
1answer
884 views

How to convert 'const wchar*' to 'const char*' on Mac OS X?

Is there a elegant way to convert 'const wchar *' to 'const char *' on Mac OS X? Kat