charset ISO-8859-1 latin special character
720391Sep 1 2009 — edited Sep 7 2009I 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.