0
I have a site where there are several languages, but when trying to save a text field in the Arabic language, the same saved with characters like "اÙøµùø-Ø Ø§ÙØ ÙسÙØ ", already try to change mysql chatset to utf8 and cp1256, even so the error continues.
Note: dev platform. still using mysql_
Brendol esta resposta http://answall.com/a/43205/3635 explica como usar UTF8 com PHP e Mysql.
– Guilherme Nascimento
It is not using UTF8 in pages, but saving texts in the Arabic language, if the problem were UTF8 it would be simple =)
– Lourençon O.
Brendol being UTF8 or not there explains how to make the charset works, must configure the connection with mysql, save the files in the necessary encoding (all), the explanation there is valid for any type of charset, the important thing is to understand the step by step only exchanging utf8 for what you want. Try to follow the steps. Do not just change a charset just, have to read all the tips and understand them ;)
– Guilherme Nascimento
I’ll take a look, obg.
– Lourençon O.