Close

Relief for ODA Team in Ukraine

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

Maps the specified Unicode character to the specified code page using the IMLangFontLink2 interface. 

 

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

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

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