RE: UTF8 Problem with http request?

2009-08-14 Thread Ankit Bhatnagar
Cool :) -Original Message- From: gateway0 [mailto:reiterwo...@yahoo.de] Sent: Friday, August 14, 2009 4:52 PM To: solr-user@lucene.apache.org Subject: RE: UTF8 Problem with http request? Hi, thank you for your suggestions. I solved the problem now. It was the PHP function

RE: UTF8 Problem with http request?

2009-08-14 Thread gateway0
nal Message- > From: gateway0 [mailto:reiterwo...@yahoo.de] > Sent: Friday, August 14, 2009 4:08 PM > To: solr-user@lucene.apache.org > Subject: RE: UTF8 Problem with http request? > > > Hi, > > 1. > I use PHP5 what you suggested is a java function I would guess. &

RE: UTF8 Problem with http request?

2009-08-14 Thread Ankit Bhatnagar
PM To: 'solr-user@lucene.apache.org' Subject: RE: UTF8 Problem with http request? Or this // Setting the Content-Type header with charset header('Content-Type: text/html; charset=utf-8'); -Original Message- From: gateway0 [mailto:reiterwo...@yahoo.de] Sent: Friday,

RE: UTF8 Problem with http request?

2009-08-14 Thread Ankit Bhatnagar
Or this // Setting the Content-Type header with charset header('Content-Type: text/html; charset=utf-8'); -Original Message- From: gateway0 [mailto:reiterwo...@yahoo.de] Sent: Friday, August 14, 2009 4:08 PM To: solr-user@lucene.apache.org Subject: RE: UTF8 Problem with ht

RE: UTF8 Problem with http request?

2009-08-14 Thread Ankit Bhatnagar
: RE: UTF8 Problem with http request? Hi, 1. I use PHP5 what you suggested is a java function I would guess. In PHP there is something like this: " urlencode(utf8_encode($url)); " But sadly that doesnt help. 2. I don´t use Spring Strange thing. ANKITBHATNAGAR wrote: > > Hey

RE: UTF8 Problem with http request?

2009-08-14 Thread gateway0
Hi, 1. I use PHP5 what you suggested is a java function I would guess. In PHP there is something like this: " urlencode(utf8_encode($url)); " But sadly that doesnt help. 2. I don´t use Spring Strange thing. ANKITBHATNAGAR wrote: > > Hey Sebastian, > > Did u try - > 1; > URLEncoder.encode

RE: UTF8 Problem with http request?

2009-08-14 Thread Ankit Bhatnagar
Hey Sebastian, Did u try - 1; URLEncoder.encode(url, "UTF-8"); 2:if you application is Spring based-try this CharacterEncoding org.springframework.web.filter.CharacterEncodingFilter