Displaying French Letters from Database in ASP
I have a Database SQL Server 2005 which contains french words with accented letters like 'é' , 'ç' and 'â'. When I display them in my ASP pages from a recordset, it displays different characters.
Example:
Télévision displays Télévision.
I have the following meta tags in my pages.
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
If I look at the data in the database, it shows Télévision but not I'm my pages.
