Hi,
i have XML files which are saved in a XDB-WebDAV directory. When i now read these files the encoding hase changed - why that?
Encoding before saving the file in WebDAV:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
Encoding after saving the file in WebDAV:
<?xml version="1.0" encoding="ISO-8859-15" standalone='no'?>
The problem what i have when i want to read and save it in the database is that special (french, german, ...) characters ar not saved correctly in the database.
The database characterset is WE8ISO8859P15.
Has anybody an idea to solve this problem?
Best Regards,
Martin