Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

WebDAV encoding problem

Martin1Feb 19 2013 — edited Feb 22 2013
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 22 2013
Added on Feb 19 2013
24 comments
842 views