Close

Relief for ODA Team in Ukraine

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

Maps the Unicode characters to UTF-8. 

 

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