Skip to Main Content

APEX

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!

Special characters in iframe

PedroMendezDec 30 2009 — edited Jul 2 2010
Hello all,

I have a page with a HTML region, in this region i have a iframe. I use this iframe to open a .xml or .txt file in a given url. I use the UTL_FILE to create both type of files, but special charecters are not well interpreted in the .txt file, on the other hand the .xml file it's OK without a problem. (Inside the .xml file i define the encoding to ISO-8859-1).

After some research i find out that UTL_FILE write in the UTF-8 by default. Correct me if i'm wrong.

There are any way to define the charset encoding inside a iframe, beside de meta tag in the head tag, or even define the encoding type that a new file will have using the UTL_FILE??

Regards Pedro.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 30 2010
Added on Dec 30 2009
4 comments
2,577 views