
March 30th, 2004, 10:03 AM
|
|
Registered User
|
|
Join Date: Mar 2004
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Outputted cyrillic text is displayed wrong
Hello,
I searched a long time for an answer to my question, but I have not found a satisfying one yet... And I really do not know if it is a SQL-Server problem or a PHP problem so I postet this thread in both, the SQL-Server and the PHP, forums.
I save cyrillic texts in a Microsoft SQL-Server database. No problem at all.
I connect to the database via ODBC as it is with PHP not possible to read a ntext field from the database. Data is read out correctly in german or english and displayed correctly as well.
But when I change the language to Russia which means that the cyrillic texts are read out, only "???" appears (see attachment).
Has anobody ever dealt with this problem?
In my HTML-file there is the following tag when the russia language is chosen:
Code:
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=windows-1251">
Thank you very much for your answers.
Greetings, Dominik
Last edited by Slain84 : March 30th, 2004 at 10:14 AM.
|