|
|
|
|
|
by capitainenemo
1611 days ago
|
|
One fun thing you can do in MariaDB is define a collation based off of the Unicode confusables list. The result of this is that select * from usernames where user = 'John' would still work :) It also avoids registering both 'John' and 'John'. (changed the o) Hedgewars user registration does this. |
|