Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdCharMapper::wideCharToMultiByte Method
Syntax
C++
static void wideCharToMultiByte(OdCodePageId codePage, const OdChar* srcBuf, int srcSize, OdAnsiCharArray& dstBuf);

Maps the Unicode characters to the specified code page. 

 

Parameters
Description
srcBuf
[in] Source Unicode character buffer.
srcSize
[in] Size of the source character buffer.
dstBuf
[out] Receives the character array in the specified code page.
codepage
[in] Destination character code page.
Copyright © 2002-2022. Open Design Alliance All rights reserved.