One solution is to use the outputraw component.


In .properties file  :
 erdos=Erd&ouml

In .tml :
<t:outputraw value="message:erdos"/>


Shing 



________________________________
From: karthi <rathinasamy....@snovabits.net>
To: users@tapestry.apache.org 
Sent: Thursday, March 1, 2012 8:56 AM
Subject: How to display special characters in tml page

How to show the special characters in tml page,

<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd";;
xmlns:p="tapestry:parameter">
<head>
<title> Test </title>
</head>
<body>
<p> B*ö*rse </p>
</body>
</html>

When I hit this page in browser is throws the error message because of this
character ö

Invalid byte 2 of 4-byte UTF-8 sequence.

How to resolve this?

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/How-to-display-special-characters-in-tml-page-tp5527308p5527308.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to