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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

charset ISO-8859-1 latin special character

720391Sep 1 2009 — edited Sep 7 2009
I have a huge problem in APEX. I am working with AJAX to load data in a SELECT.
My problem is when data from clients is being sent or received with written accent (´) or letter eñe (ñ) (both Spanish characters), it returns with a null value. I have tried everything.

- I already changed the parameters of configuration in APEX from UTF-8 to ISO-8859-1.
- I used the CONVERT command of PL/SQL to change the information the SELECT is returning.
- In the APPLICATION PROCESS in which was generated the XML I put the correct value of ENCOUDING of OWA_UTIL, as shown below OWA_UTIL.mime_header ( ‘text/xml’ , false , ‘ISO-8859-1’.
- I changed the configuration to IE.
But anything works.

I would appreciate any help.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 5 2009
Added on Sep 1 2009
3 comments
1,013 views