Skip to Main Content

SQL & PL/SQL

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!

utl_url.escape and Ajax - Urgent!

437829Nov 12 2009
Due to some special characters I've used the utl_url.escape to escape these characters. When I read the data in javascript (via Ajax) - I use the unescape.

But some of the characters turns out as inverted questions marks.

1) Are there any alternatives to the utl_url.escape?
2) Don't utl_url.escape unescape javascript and javascript unescape match?
3) Can I provide some kind of NLS flag - to force the right translation?
4) I've coded my Ajax XML header like this:
OWA_UTIL.Mime_Header ('text/xml');
htp.p ('<?xml version="1.0" encoding="UTF-8"?>');
........ - Is that ok - or do I miss something?


Any help will be appreciated....

Thanx,
Henrik
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 10 2009
Added on Nov 12 2009
0 comments
340 views