Unicode character in C++

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • liveshell

    #1

    Unicode character in C++

    Hi all,
    In my application, I am reading a file and storing it in a
    array of character. That is ascii format...now in certain situation I
    get unicode character (or lets say junk character). I want to know
    that whether it is plain ascii or Unicode...How can I ??

    Thanks,
    LiveShell
Working...