- From: <w3t-archive+esw-wiki@w3.org>
- Date: Wed, 20 Jul 2005 11:57:38 -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:
file fragment encodings
------------------------------------------------------------------------------
=== Don't forget ===
+ ==== Character encoding declaration ====
+
Ensure that you include or change the [http://www.w3.org/International/tutorials/tutorial-char-enc Tutorial: character encoding declaration] from the legacy encoding to Unicode.
* 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"/>
+
+ ==== 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.
=== Further reading ===
Received on Wednesday, 20 July 2005 14:43:13 UTC