Special characters in iframe
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.