[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problems with encoding



Hello,

  I ran into following problem when retrieving XML documents from ozone
database.

  I store file pb.xml (with XML.Store example)

pb.xml:
<?xml version="1.0" encoding="ISO-8859-2"?>
<raport/>

  Now I retrieve it with XML.Load to file pb2.xml and get:

pb2.xml:
<?xml version="1.0" encoding="UTF-8"?>
<raport/>

  How to get encoding correct? I'm using Ozone 0.5.4.

Andrzej.