In districts table I have a row as
district_id district_name country_id
15 Šahty 16
While selecting from php and displaying in browser,it shows like this :�ahty
I am using mssql 2005 with collation SQL_Latin1_General_CP1_CI_AS.
The problem is something like this removing accent and special characters but i need the solution in php.
UPDATE(?): There is no support for UTF-8 in sqlserver. https://dba.stackexchange.com/questions/7346/mssql-2005-2008-utf-8-collation-charset