Your web pages need a good doc type:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
  |     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>

and a good encoding in the Head:

<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
IE is not going to understand entities the way you hope unless your are using 
standards - otherwise it's all hit and miss.

Here is an enourmously useful presentation on the whole topic:
http://www.w3.org/International/tutorials/tutorial-char-enc/


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896330#3896330

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3896330


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to