CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2007
    Posts
    16

    Red face reading Unicode file

    Hi, i am having unicode (encoded) file & i want to read data properly from it.
    i am working on vc++. i am getting garbage values when reading file.
    what is the proper way to read that file.
    if anyone knows please send me code for it in vc++.

    Thankyou.

  2. #2
    Join Date
    Feb 2000
    Location
    San Diego, CA
    Posts
    10,354

  3. #3
    Join Date
    Jan 2007
    Posts
    16

    Red face Re: reading Unicode file

    I want to read japanes, english charecters from unicoded file.
    so what is the code in VC++ for that.

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