Hi,

> I think I saw this a while ago, using facelets.
> Can you try a *single* page, that contains

Something like this?

<?xml version="1.0" encoding="UTF-8"?>

<trh:html xmlns:trh="http://myfaces.apache.org/trinidad/html";
        xmlns:tr="http://myfaces.apache.org/trinidad";>

<trh:head>
        <title>problem with umlauts</title>
</trh:head>
<trh:body>

        <h1>umlaut-problem</h1>

        <p>ääää üüüüüü</p>

</trh:body>
</trh:html>
        
(causes error "Invalid byte 2 of 3-byte UTF-8 sequence.")

Daniel 
-- 
View this message in context: 
http://www.nabble.com/Bug-in-trinidad-1.0.2-SNAPSHOT-with-German-umlauts-and-facelets--tf4242728.html#a12089649
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to