API Reference > OdDAI Namespace > OdDAI::Utils Namespace > Functions > OdDAI::Utils::fromISO8859_ToUtf8 Function
OdDAI::Utils::fromISO8859_ToUtf8 Function
Syntax
C++
bool DAI_EXPORT fromISO8859_ToUtf8(const OdAnsiString& from, OdAnsiString& to);

daiTextEncodeDecode.h

Parameters 
Description 
const OdAnsiString& from 
[in] converts destination.  
OdAnsiString& to 
[out] converts target.  

Returns true if conversion were ended successfully, or a false otherwise.

Converts ISO8859 text to UTF8 text.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.