CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2005
    Location
    Norway of course
    Posts
    1

    Question International characters in Console Apps

    I'm quite new to c++. I'm also Norwegian...

    I'd like to use special norwegian characters like æ, ø and å in my Console Applications. How can i do this?

  2. #2
    Join Date
    May 2005
    Location
    United States
    Posts
    526

    Re: International characters in Console Apps

    I don't understand what your problem is. All three of those characters are permissible within ANSI strings, so you don't need Unicode support or anything like that. Where exactly are you running into difficulty?

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