Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Greek Fonts and SQL database.

Author  Topic 

globemast
Starting Member

32 Posts

Posted - 2003-09-03 : 01:33:56
Hello i have a database which i keep some data in greek.

The data type of the specific field is 'nvarchar'.My problem is that every time i try to output the table in my webpage using ASP instead of Greek i get all sort of strange and weird characters.

i am not sure whether this is a problem involving SQL or my browser.

I am using Dreamweaver to build my webpage.

Thanx....

mohdowais
Sheikh of Yak Knowledge

1456 Posts

Posted - 2003-09-03 : 02:45:07
If the datatype of the column is nvarchar, you think you will need to set the web page charset/encoding to Unicode (UTF-8). I am not conversant with Dreamweaver, but I am sure it has a property that lets you set this somewhere. If you want to check this, right click on the webpage in the browser, and select Encoding->UTF-8. Your Greek characters should show up properly now. If they are not, then I guess the problem lies elsewhere, and there is little point in changing the charset of the page.

Owais


Make it idiot proof and someone will make a better idiot
Go to Top of Page
   

- Advertisement -