Click to See Complete Forum and Search --> : How to set language character set


cy163
July 27th, 2008, 07:50 PM
Hello All,

IN VC studio, we can set character set to Unicode by setting 'use unicode character set' in a project .

How to do this in a non VC developing environment,say in UNIX box.



Thanks

Felix

Peter_APIIT
July 28th, 2008, 02:47 AM
You can use wide char which is wchar_t *;

I hope this help.