Jaime Villarroel
|
| Posted: 03/12/2003, 5:16 AM |
|
I have problems to pass HTML content that contains accentuated characters from a form (editor) to un Oracle9i database ... through PHP. It is a problem of character set? or It is a problem of php and ccs?. Somebody knows this situation and how it is possible repair?
Thanks !!
|
|
|
 |
RonB
|
| Posted: 03/12/2003, 11:43 AM |
|
It has to do with the character set Oracle is set to use. Standard setting is:
US7ASCII wich will not support accentuated characters. If you can acces the database settings you have to change the Ora_nlsxx setting and also the Nls_lang setting has to reflect the character set you want to use. I'm not entirely sure but I think these have to be set at the time of creating the database so if you cant use them now you'll have to create the database from scratch. If you do not have dba acces get your dba to look into it.
Ron
|
|
|
 |
|