What could be the reason why mssql_query returns question marks "?????" instead of unicode text.
I have unicode text stored into MS SQL 7 database nvarchar field and when I retrieve it using mssql_query, mssql_fetch_row and then print it using echo I get only "????"
What could be the causes of this problem?
-Arnis