To Display Spanish characters on a JSP

Hi All,

I want a spanish sentence to be displayed on a JSP screen.

Lets the spanish line is " Inversi髇 Mi閞coles 縌u?estas ". But when it comes for displaying it displays it in another form like " Inversi��i鲣oles ?Qu頥stas "

Please help me if you have any suggestions. I am eagerly waiting for any response.

Thanks in advance.

[382 byte] By [siriala] at [2007-11-26 15:07:08]
# 1
Use UTF-8 on top of your JSP<%@ page contentType="text/html;charset=UTF-8" language="java" %>And save JSP in UTF-8 encoding.
sector_a at 2007-7-8 8:57:08 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Hi, Thanks for the info.Its working
siriala at 2007-7-8 8:57:08 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...