Ben php ile bir SQL Server veritabanında bazı verileri depolamak için çalışıyorum.
Problem is that special chars aren't converted properly. My app's charset is iso-8859-1 and the one used by the server is windows-1252.
Converting the data manually before inserting doesn't help, there seems to be some conversion going on.
SQL sorgusu çalıştıran ya da yardımcı olmuyor 'char_convert yola'.
Herkes bu işe nasıl bir fikrin var mı?
EDIT: I ('windows-1252', 'mssql.charset') ini_set denedim; de, ama o da biri ile sonuç yok.