Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Displaying French Letters from Database in ASP

New Here ,
Jun 01, 2010 Jun 01, 2010

Copy link to clipboard

Copied

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.

TOPICS
Server side applications

Views

448
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jun 01, 2010 Jun 01, 2010

Copy link to clipboard

Copied

LATEST

What is the collation settings in your SQL server, database, table and fields?

I think page charset and database collation settings are different.

Try to change encoding settings in your browser to see if you can display properly on UTF-8.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines