0
votes
4answers
86 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 …
1
vote
5answers
523 views
What multi-byte character set starts with 0x7F and is 4 bytes long?
Hi,
I'm trying to get some legacy code to display Chinese characters properly. One character encoding I'm trying to work with starts with a 0x7F and is 4 bytes long (including the 0x7F byte). Does …
2
votes
3answers
688 views
Converting MBCS stream to UTF-8 and vice versa in C++
Hi,
I'm using Visual C++ (VS2005) and compiling the project in Multibyte Character Set (MBCS). However, the program needs to communicate with a webapp (which is in utf-8) via XMLRPC. So I'm thinking …
