- From: <w3t-archive+esw-wiki@w3.org>
- Date: Wed, 20 Jul 2005 12:01:27 -0000
- To: w3t-archive+esw-wiki@w3.org
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "ESW Wiki" for change notification.
The following page has been changed by Deborah Cawkwell:
http://esw.w3.org/topic/geoUnicodeConsiderationsWhenUpgrading
The comment on the change is:
Addition of new sub-section: File encoding.
------------------------------------------------------------------------------
* HTTP header content-type, eg, Content-Type: text/html; charset=utf-8
* HTML head, eg, <meta http-equiv"Content-Type" content"text/html; charset=utf-8"/>
+ ==== File encoding ====
+
+ Ensure that the file itself has the correct encoding. With a Unicode encoding, the source text should be readable and match the web page text, rather than with a legacy encoding where the source text is not readable and uses different characters to point to codepoints.
+
==== Combining data ====
Ensure that any file fragments that are included the web page, eg using technologies such as Apache SSI (server-side includes), where they will share the encoding of the parent page, are saved with the correct file type/encoding. The fragment encodings must match the parent web file encodings and upgrading to Unicode must happen simultaneously.
Received on Wednesday, 20 July 2005 14:47:02 UTC