Original Post
Hello! I have an application with a lot of win32 controls, like text fields. The application uses the Multi-Byte character set (I'm using Visual Studio 2008). Can I add support for characters like ? â î ? ? ? ? without switching to Unicode? I would like to be able to display labels with these characters, as well as have the user type these kinds of characters in the text field and see the correct result (at the current time if I try to write one of the characters in one of the text fields I get strange garbage characters).
Oh ... I forgot to mention that I'm using C++.
Thank you.
Oh ... I forgot to mention that I'm using C++.
Thank you.