If i create new Facelets-Page with
New -> XHTML (Advanced Templates) -> ICEfaces Facelets Templates
it creates me a file, which declares XML as
<?xml version=”1.0″ encoding=”UTF-8″?>
But inspite of this declaration, the file properties keep telling me that
“Determined from content: CP-1252”
It seems that the Text Editor does not recognize this declaration.
On the other side, if a Standard Facelets Template is used, it creates a HTML-Head with content-encoding set to UFT-8, which is recognized.
Since the HTML-Head is not needed everytime (think of Portlets or Facelets-Components) and Facelets will throw an error if you use the wrong encoding in a page (e.g. for german umlauts), this sucks.