|
From: Sverre B. <sve...@nb...> - 2005-10-26 15:54:25
|
Did you set up Tomcat according to=20 http://archive-access.sourceforge.net/projects/nutch/faq.html#encoding i.e.= =20 edit $TOMCAT_HOME/conf/server.xml and add useBodyEncodingForURI=3Dtrue ? Sverre On Wednesday 26 October 2005 16:00, Luk=E1=9A Mat=ECjka wrote: > Hi, > > I have still same problems with encoding in new release. (I'm not able to > search for czech characters.) Did you try this issue for other specific > languages(with special characters)? > > In script is something like that: > > request.setCharacterEncoding("UTF-8"); > > but i have to explicitly say encoding, that i want to convert from > > String parameter =3D request.getParameter("query"); > String queryString =3D new String(parameter.getBytes("ISO-8859-1"), > "UTF-8"); > > > myabe it's problem on our server or tomcat...?works it for you? > > l. > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the JBoss Inc. > Get Certified Today * Register for a JBoss Training Course > Free Certification Exam for All Training Attendees Through End of 2005 > Visit http://www.jboss.com/services/certification for more information > _______________________________________________ > Archive-access-discuss mailing list > Arc...@li... > https://lists.sourceforge.net/lists/listinfo/archive-access-discuss |