Multilanguages site and utf8 strings with PHP
Posted by: Leandro Luccerini
Date: January 19, 2006 05:21AM

Hi,
I'm working on a multilanguage site and i have to handle almost all the existing languages.

Now i'm tryin' to store arabic strings in the db. I've notice that, while i can save and display the correct string, in the db table it is saved in strange characters (i wrote this معلومات عن المؤسسة ونشراتها واجراءاتها and in the table is معلومات عن المؤسسة ونشراتها واجراءاتها).

On the other hand If i modify the entry with phpMyAdmin the string remains the same...

I started all the php files with header(Content.. charset: utf-8) and also the html document.
Every file is edited with dreamweaver that is configured too in utf-8 output.

I have no idea why it doesn't "work"

Any suggestion?

Options: ReplyQuote


Subject
Views
Written By
Posted
Multilanguages site and utf8 strings with PHP
2870
January 19, 2006 05:21AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.