Strange behaviour of FrenchAnalyzer when using accents

2008-11-07 Thread lamino
Greetings, I'm getting a strange behaviour when using the FrenchAnalyzer. Calling the same class (Searcher.java, see below) from a JSP file and from a Java class, gives differents results when the query contains accents ! Notice the different value of the query object : q = "secrétaire" If ca

Re: Strange behaviour of FrenchAnalyzer when using accents

2008-11-08 Thread lamino
No it doesn't, still gettig the same output... :-( Daniel Naber-10 wrote: > > On Samstag, 8. November 2008, lamino wrote: > >>         String q = "secrétaire"; > > Does it help if you escape it like this: "secr\u00e9taire"? The java > com