Tamamen ben karakter setleri hakkında ne okudum kafamı karıştırdı. Ben bir mysql veritabanı içinde html biçimlendirilmiş fransız metin depolamak için bir arayüz geliştiriyorum.
What i understood was that the safe way to have all french special characters displayed properly would be to store them as utf8. so i've created a mysql database with utf8 specified for the database and each table. I can see through phpmyadmin that the characters are stored exactly the way it is supposed to. But outputting these characters via php gives me erratic results: accented characters are replaced by meaningless characters. Why is that ?
ben onları utf8_encode veya utf8_decode gerekiyor? Not: html sayfası karakter encodign utf8 ayarlanır.
daha genel olarak, bu verileri depolamak için güvenli yolu nedir? I kaydederken htmlentitiesi, addslashes ve utf8_encode birleştirmek ve stripslashes, html_entity_decode ve utf8_decode i çıkış ne zaman gerekir?