Hello,

I'm using oci functions to retrieve data from an Oracle database.

When i make an echo of query results, french accents (such as 'é' or 'à') are replaced by characters ('e' or 'a' for instance) without accent.

Can anyone help me ?

Vincent
http://www.callut.be

    Seems like a PHP question/issue

      5 days later

      Problem solved.

      Actually, I just had to add UTF8 as charset in my ocilogon function.

        14 days later

        This time, I have a problem with accents when I make an INSERT into the database. All accentuated characters are replaced by ¿¿

        Thank for your help.

          a month later

          hello,

          same pb !!!!!

          use php5 and oracle client 10 on home made devil linux...

          but I get the good accent with select even in oci function....

          the pb remain when i try to update a row...

          oracle charser in oci_connect : WE8ISO8859P1

          xhtml header

          <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
          <html>
          <head>
          <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
          

          if u resolved ur pb tell me !!!

            Write a Reply...