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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

UNICODE input from cmd prompt

  • 05-02-2009 1: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

  • Registered Users, Registered Users 2 Posts: 6,441 ✭✭✭jhegarty


    Don't think it is.


Advertisement