Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdCharMapper::codepageToUnicode Method
Syntax
C++
static OdResult codepageToUnicode(OdChar sourceChar, OdCodePageId codepageId, OdChar& unicodeChar);

Maps the specified code page character to Unicode. 

 

Parameters
Description
sourceChar
[in] Code page source character.
codepageId
[in] Object ID of the code page.
unicodeChar
[out] Receives the Unicode character.

eOk if the Unicode character is received successfully, or an appropriate error code otherwise.

Copyright © 2002-2022. Open Design Alliance All rights reserved.