Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

UNICODE input from cmd prompt

Options
  • 05-02-2009 2:21am
    #1
    Closed Accounts Posts: 259 ✭✭


    I've written a C program with MSVC using the UNICODE version of main:
    int wmain(int argc, wchar_t *argv[])
    and now wondering how cmd.exe can accept UNICODE characters on the command line..is it possible?

    some searching to date seems to suggest that its not. that only question marks will be displayed for unrecognised characters..


Comments

Advertisement