Top "Accent-insensitive" questions

Collation which considers the accented and unaccented versions of letters to be identical for sorting purposes.

Compare strings ignoring accented characters

I would like to know if there is a method that compares 2 strings and ignores the accents making "noção" …

java string compare accent-insensitive
Programatic Accent Reduction in JavaScript (aka text normalization or unaccenting)

I need to compare 2 strings as equal such as these: Lubeck == Lübeck In JavaScript. Why? Well, I have an …

javascript unicode normalization accent-insensitive text-normalization
jQuery DataTables - Accent-Insensitive Alphabetization and Searching

When using jQuery DataTables is it possible to do accent-insensitive searches when using the filter? For instance, when I put …

javascript jquery jquery-datatables non-ascii-characters accent-insensitive
SQLite accent-insensitive search

Is there any way to do an accent-insensitive LIKE query in SQLite? For example, this query: SELECT * FROM users WHERE …

sqlite qt diacritics sql-like accent-insensitive
jQuery DataTables not working special characters results in search

I am trying to search some words with special characters in jQuery Datatables plugin. There are some results in datatable …

javascript jquery datatables accent-insensitive
Questions about accent insensitivity in SQL Server (Latin1_General_CI_AS)

All our databases were installed using the default collation (Latin1_General_CI_AS). We plan to change the collation to …

sql-server collation accent-insensitive
How to compare strings with case insensitive and accent insensitive

How to compare strings with case insensitive and accent insensitive Alright this is done easily at SQL server However I …

c# .net string-comparison case-insensitive accent-insensitive