Objective: Does the browser recognize the encoding declaration and display the characters correctly?
The first element in the <head> is <meta charset="iso-8859-15" />. The characters chosen are among those that were changed when 8859-15 was derived from 8859-1.
Check (a) what the encoding setting is in the browser chrome, and (b) whether you see the characters described on the page.
½
oe ligature
(0xBD)
¤
euro sign
(0xA4)
¸
small z-hacek
(0xB8)
¾
capital Y diaeresis
(0xDA)
Version: $Id: test-encoding-detection-2.html,v 1.1 2008/08/01 15:17:59 rishida Exp $