Diacritics
public enum DiacriticsOptions for Latin script characters. Matches the raw “remove_diacritics” tokenizer argument.
- 
                  
                  Do not remove diacritics from Latin script characters. This option matches the raw “remove_diacritics=0” tokenizer argument. DeclarationSwift case keep
- 
                  
                  Remove diacritics from Latin script characters. This option matches the raw “remove_diacritics=1” tokenizer argument. DeclarationSwift case removeLegacy
- 
                  
                  Remove diacritics from Latin script characters. This option matches the raw “remove_diacritics=2” tokenizer argument, available from SQLite 3.27.0 
- 
                  
                  Remove diacritics from Latin script characters. This option matches the raw “remove_diacritics=2” tokenizer argument, available from SQLite 3.27.0 DeclarationSwift case remove
 View on GitHub
View on GitHub Install in Dash
Install in Dash Diacritics Enumeration Reference
        Diacritics Enumeration Reference