UTF-8

S

siggy

what should one use for a META tag - charset for a
North American audience:

<meta http-equiv="content-type" content="text/html; charset=UTF-8">
or
<meta http-equiv="Content-Type" content="text/html;">
or
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

or something "better"


siggy
 
J

Jens Peter Karlsen[FP MVP]

Both charsets will work just fine. Another often used is iso-8859-1.
You should always define a charset in FP or other tools.
Your middle example is invalid as no charset is specified.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
C

clintonG

ISO-8859-1 *is* UTF-8 (a subset actually).

Google: "utf-8 vs iso-8859-1" and make sure you read at least the first 2-3
documents listed especially the DOCTYPE articles at listapart.

--
<%= Clinton Gallagher
METROmilwaukee "Regional Information Services"
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
 

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

Top