API Reference > OdDAI Namespace > OdDAI::Utils Namespace > Functions > OdDAI::Utils::fromUtf8_ToISO8859 Function
OdDAI::Utils::fromUtf8_ToISO8859 Function
Syntax
C++
bool DAI_EXPORT fromUtf8_ToISO8859(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 UTF8 text to ISO8859 text.

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