You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by GitBox <gi...@apache.org> on 2022/11/22 18:26:49 UTC

[GitHub] [lucenenet] NightOwl888 commented on issue #770: Incorrect Handling of Some German Special Characters in FoldToASCII

NightOwl888 commented on issue #770:
URL: https://github.com/apache/lucenenet/issues/770#issuecomment-1324083016

   I'd suggest trying the [ICUFoldingFilter](https://lucenenet.apache.org/docs/4.8.0-beta00016/api/icu/Lucene.Net.Analysis.Icu.ICUFoldingFilter.html). Alternatively, if you just need a straight case fold the [ICUNormalizer2Filter has a constructor with that option](https://lucenenet.apache.org/docs/4.8.0-beta00016/api/icu/Lucene.Net.Analysis.Icu.ICUNormalizer2CharFilter.html#Lucene_Net_Analysis_Icu_ICUNormalizer2CharFilter__ctor_System_IO_TextReader_), which is the strict interpretation of Unicode.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org