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!

Prevent "Text Field" from escaping HTML? (APEX 2.2.0)

600949Apr 8 2008 — edited May 8 2008
Hi all,

I have a text field which may contain special characters, like ™. In my database, it's stored as the actual character. I have a function which renders ASCII text to HTML, escaping all of the needed values. I find, however, that the text field automatically escape some (but not all) of the values, so some end up escaped twice.

1) Is there a way to prevent the text field from escaping characters? or
2) Is there a list of all of the characters it escapes?

I ask, because including the ™ in my text field causes the HTML to not render properly, so I need to manually escape it. (The page ends with a visible "</htm".)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 5 2008
Added on Apr 8 2008
6 comments
1,878 views