Lotus Notes Consulting, Lotus Domino Consulting - Los Angeles, Orange County, Southern California and Beyond

Converting Multiple Byte Characters between C++/CLI and Notes C API

To manipulate the multiple byte characters like Japanese, Korean, Chinese with Notes C API, you will need to convert Native characters Code to LMBCS. As per C++/CLI supports UNICODE as default, I recommend to use UNICODE for manipulating the String values on C++/CLI. › Translate from UNICODE (managed code) to LMBCS Here I wrote how [...] [...]