CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2006
    Posts
    144

    How to set language character set

    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

  2. #2
    Join Date
    Apr 2007
    Location
    Mars NASA Station
    Posts
    1,436

    Re: How to set language character set

    You can use wide char which is wchar_t *;

    I hope this help.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured