New posts in collation

utf8_bin vs. utf_unicode_ci

In MySQL, which collation should I choose?

Using JavaScript to perform text matches with/without accented characters

phpmysql error - #1273 - #1273 - Unknown collation: 'utf8mb4_general_ci'

store arabic in SQL database

Cannot Resolve Collation Conflict

Query to show all tables and their collation

A script to change all tables and fields to the utf-8-bin collation in MYSQL

Discover collation of a MySQL column

What is the best MySQL collation for German language

SQL Server default character encoding

Illegal mix of collations error in MySql

When must we use NVARCHAR/NCHAR instead of VARCHAR/CHAR in SQL Server?

Changing SQL Server collation to case insensitive from case sensitive?

Are column and table name case sensitive in MySQL?

What effects does using a binary collation have?

mysql check collation of a table

Why is MySQL's default collation latin1_swedish_ci?

What does 'COLLATE SQL_Latin1_General_CP1_CI_AS' do?

How do I perform an accent insensitive compare (e with è, é, ê and ë) in SQL Server?