Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 448705
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T21:41:47+00:00 2026-05-12T21:41:47+00:00

I received the following query from a customer: I am doing some research into

  • 0

I received the following query from a customer:

I am doing some research into
character sets for future versions of
our products.

Most of the sites we have built use
html including a meta tag for
iso-8859-1 – the Western European
Latin 1 alphabet rather than UTF-8
unicode.

I have setup a page to play with this,
and find that I can able to paste in
various scripts to the rich text
editor : chinese, punjabi, arabic,
rumanian etc, with no problems and
they display on the webpage ok (in
Firefox/IE8).

I was a little surprised that my page
was rendering these scripts correctly
as they are not included in the Latin
alphabet.

Reading further I see that ‘It is a
common misunderstanding that (the
iso-8859-1 metatag) that is needed, it
is not’

As ‘when your browser makes the
request to the server it tells the
server what it wants and can handle.
By the time the browser reads that
code, the mimetype has already set the
character set.’

So it seems the available character
set is determined by the web server
rather than the application/html.

Can you confirm if this is correct –
does IIS 6 /7 support such character
sets as you have it configured, and do
you know of any problems with
languages widely spoken in the UK
being represented on our
servers? (asian, east/west european,
arabic etc).

The customer’s server is Windows 2003 with the Region and Language Options configured as:

Regional Options Tab –

Standards and Formats: United Kingdom
Location: United Kingdom

Languages Tab –

Text Services and Input Languages – English (United Kingdom)

Advanced Tab –

Language for non-unicode programs: English (United Kingdom)
Code page conversion tables: All checked (there’s quite a few listed: Japanese, Korean, Arabic etc)

Do I need to do anything to the configuration of the server, or does the customer configure this through settings in their web.config file and ensure that any database fields that might store non-latin characters are configured as unicode?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T21:41:48+00:00Added an answer on May 12, 2026 at 9:41 pm

    ASP.NET serves responses in UTF-8 activated by default.

    The encoding in specified in response headers so you shouldn’t do anything special. However you may wish to add this tag to page header:

    <meta http-equiv="Content-Type" content="text/html"; charset="utf-8">
    

    You can configure this behavior in your web.config:

    <configuration>
      <system.web>
        <globalization
          fileEncoding="utf-8"
          requestEncoding="utf-8"
          responseEncoding="utf-8"
          culture="en-US"
          uiCulture="de-DE"
        />
      </system.web>
    </configuration>
    

    Read here: How to: Select an Encoding for ASP.NET Web Page Globalization

    Regarding database fields, if we’re talking about SQL Server, the fields need to be nvarchar and nchar, not varchar/char.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to execute the following query SELECT a.userid, COUNT(a.id) AS count_answers, SUM(v.yes_vote)
How can i do a select from a variable received from a form? I
I've notice some strange behaviour on my Drupal site. I like to understand the
Here is what I am trying to do. From my Android App code I
I'm working on an iframe-based canvas application and have run into a major roadblock
I am using wsDualBinding in my wcf service to handle 2 way communication in
The scenario We have a web application that makes a call to a web
I searched for unzipping the .zip file which is downloaded in the document directory.
I'm currently working on my private messaging system for my website and so far
Update: I found the problem, I output the sql statement to a file instead

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.