Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Display Mexican Spanish characters on JSP - charset encoding problem

843836Jan 6 2005 — edited Feb 22 2005
Hi 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!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 22 2005
Added on Jan 6 2005
6 comments
333 views