intellagent
05-31-2005, 12:59 AM
Hi,
In LPS 3.0 Release Notes there is a short remark:
------------------------
Encoding
By default, LZX now expects text to be UTF-8. You can specify a different encoding within an <?xml?> processing directive at the beginning of an application source file or an XML data file:
<?xml encoding="UTF-16"?>
<canvas>…</canvas>
<?xml encoding="ISO-8859-1"?>
<data>…</data>
-------------------------
Does it mean, that I can have connections in an application to 2 Oracle databases, the first one is UTF-8, the second is ISO-8859-2, and all I have to do is to declare the encoding in the incoming XML?
Thanks
In LPS 3.0 Release Notes there is a short remark:
------------------------
Encoding
By default, LZX now expects text to be UTF-8. You can specify a different encoding within an <?xml?> processing directive at the beginning of an application source file or an XML data file:
<?xml encoding="UTF-16"?>
<canvas>…</canvas>
<?xml encoding="ISO-8859-1"?>
<data>…</data>
-------------------------
Does it mean, that I can have connections in an application to 2 Oracle databases, the first one is UTF-8, the second is ISO-8859-2, and all I have to do is to declare the encoding in the incoming XML?
Thanks