How to define char-set meta for multi-language encoding

  • Thread starter Thread starter Seyfullah Ural
  • Start date Start date
S

Seyfullah Ural

I would like to prepare a multilanguage HTML page. How should I setup the
char-set meta so that in IE the characters will appear correctly.

Seyfullah Ural
 
Set the character set for the "main" language and then place the other languages
in span tags with the language defined in the span.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
Seyfullah Ural said:
I would like to prepare a multilanguage HTML page.

How should I setup the
char-set meta so that in IE the characters will appear correctly.

You should set up your server correctly so that it sends an HTTP
header with complete encoding (charset) information:
<http://www.w3.org/International/O-HTTP-charset.html>
<http://ppewww.ph.gla.ac.uk/~flavell/charset/ns-burp.html>

BTW, here's a test page for you:
<http://www.unics.uni-hannover.de/nhtcapri/multilingual1.html>
 
Steve Easton said:
Set the character set for the "main" language and then place the other languages
in span tags with the language defined in the span.

The language attribute (lang) has nothing to do with the encoding
(charset) and doesn't help here.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top