Petr Tomasek wrote: > Similar output problems are with JDBC fetched data. I read some textual > cntent from MySQL database, but printing them to the JSP causes the same > problem, as with XML: national characters are substituted with question > marks (?) or squares.
When you do initialization of a JDBC driver you have to specify what encoding is used in your DB. In case of MySQL connection string may be like this: "jdbc:mysql://b-52/billiard?useUnicode=true&user=tda&characterEncoding=Cp1251" > I am using NetBeans 3.2 as IDE, Tomcat 3.2 as JSP server and Windows 2000 > SP-2 as OS. I highly recomend use Tomcat 4.X. ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
