Tagged Questions
2
votes
1answer
64 views
Risks of running on single byte character app on a MBCS OS
I have an MFC application where the Character Set is "Not Set". What are the risks associated with running this application on a OS that has a Multi Byte Character Set code page?
2
votes
4answers
575 views
Piecewise conversion of an MFC app to Unicode/MBCS
I have a large MFC application that I am extending to allow for multi-lingual input. At the moment I need to allow the user to enter Unicode data in edit boxes on a single dialog.
Is there a way to ...