Thread: Hindi in array

  1. #1
    Registered User
    Join Date
    Nov 2012
    Posts
    3

    Hindi in array

    how can HINDI be possibly used as an input to an ARRAY in dev c++ with the help of UNICODES?
    i tried to give input to the array with the help of a file but it only returned garbage values.
    kindly reply

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Show us your code.

    "I tried ... and it didn't work" is not a useful post.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    [](){}(); manasij7479's Avatar
    Join Date
    Feb 2011
    Location
    *nullptr
    Posts
    2,657
    At this moment, just stick to wide characters ( wchar_t ) and the corresponding wide streams, like std::wcout .
    Unicode is supported but I think you need to define some trait classes yourself to get normal I/O .

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 3
    Last Post: 05-09-2012, 06:41 AM
  2. Replies: 2
    Last Post: 03-20-2012, 08:41 AM
  3. Replies: 9
    Last Post: 08-23-2010, 02:31 PM
  4. Replies: 6
    Last Post: 11-09-2006, 03:28 AM
  5. Replies: 1
    Last Post: 04-25-2006, 12:14 AM