Re: searching words starting with accent characters using UTF-8

2001-12-10 Thread Brian Goetz
> > mvh karl øie > > > -Original Message----- > From: Kiran Kumar K.G [mailto:[EMAIL PROTECTED]] > Sent: 8. desember 2001 12:43 > To: [EMAIL PROTECTED] > Subject: searching words starting with accent characters using UTF-8 > > > > I

RE: searching words starting with accent characters using UTF-8

2001-12-10 Thread Karl Øie
a/org/apache/lucene/quer yParser/ mvh karl øie -Original Message- From: Kiran Kumar K.G [mailto:[EMAIL PROTECTED]] Sent: 8. desember 2001 12:43 To: [EMAIL PROTECTED] Subject: searching words starting with accent characters using UTF-8 Iam trying to search for words starting with a

Re: searching words starting with accent characters using UTF-8

2001-12-09 Thread jean-christian . gagne
>As posted in >one of the Lucene user-list mail I tried using UTF-8 encoding I don't know for queries, but when I use accent characters in a XML document, I use ISO-8859-1 encoding (otherwise the parser complains). JCG -- To unsubscribe, e-mail: For additi

searching words starting with accent characters using UTF-8

2001-12-08 Thread Kiran Kumar K.G
Iam trying to search for words starting with accent characters.As posted in one of the Lucene user-list mail I tried using UTF-8 encoding String query = this.request.getParameter( "query" ); if( query!=null ) { query = new String( query.getBytes(), "UTF-8" ); } But this code is not working prope