Display Mexican Spanish characters on JSP - charset encoding problem
843836Jan 6 2005 — edited Feb 22 2005Hi all
Hope some one can help me.
My application uses IBM WebSphere Server, UDB database and I am using WebSphere Studio (WSAD) for development.
I need to display Mexican Names - which contain some special Spanish characters - on my JSP. SOmehow my jsp displays those special chars as "?"
I hav etried setting the charset encoding on my page as follows - But does not help>>
<%@ page contentType="text/html; charset=UTF-8" %>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
Any suggestions - Do I need to set some setting on the server ??
Thanks in advance!