i dont know what do you say me.
i stract from one postgresql database.
into the database (into the row ) there is, for example:
la ñoña es camión
and into the web, when the tomcat shows the page, appears:
la ?o?a es cami?n


the header of the jsp page is:
<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>

Can you help me please?
thanks





----- Original Message ----- From: "Mark Thomas" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Sunday, November 27, 2005 9:59 PM
Subject: Re: help with locale or language.


Miren Urkijo wrote:
Hello.
this is my first question to this list.
My name is Miren.
I have one great problem for loding tomcat use into my work site:
 i am running into one suse linux 10 one tomcat 5.
i runs well but all the latin characters (ñ, á, í.........) appears with one ?
which is the problem?
how can i solve it?
i have trying to solve this problem during one week and i don't know how to solve it.

thanks

Can you post the source of the smallest possible JSP/Servlet that demonstrates this problem. I would expect it to be around 10 lines max.

Thanks,

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to