I need to return Xml to the client via ODBC. At the back (Sql Server 2005)
the executed query is
Select @XmlData
Where @XmlData is of the Xml data type.
At the client (old Centura 1.5 IDE) I can read the returned data but it is
Windows-1252 encoded.
How to get from the server the xml as utf-8 encoded string?