D]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.com/Strange-behaviour-of-FrenchAnalyzer-when-using-accents-tp20392978p20397820.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.
-
On Samstag, 8. November 2008, lamino wrote:
> String q = "secrétaire";
Does it help if you escape it like this: "secr\u00e9taire"? The java
compiler might interpret non-ASCII chars differently, depending on the
environment it runs in.
Regards
Daniel
--
http://www.danielnaber.de
---
s.search();
}
}
OUTPUT :
text:secretair
Results for 'secrétaire': 1
I will appreciate your help, thank you in advance.
Lamine
--
View this message in context:
http://www.nabble.com/Strange-behaviour-of-FrenchAnalyzer-when-using-