- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
Xenforo considers ø and o as different characters, allowing 2 different people having usernames like
yolo and yolø
But then when you export this database and try to re-import it:
Code:
Suggestion: instead of utf8mb4_general_ci use utf8mb4_unicode_ci (Accent-Sensitive)
I'm not sure about modifying the database so if an admin can reply it'll be grand.
yolo and yolø
But then when you export this database and try to re-import it:
Code:
ERROR 1062 (23000) at line 7098: Duplicate entry 'yolo' for key 'xf_user.username'
Suggestion: instead of utf8mb4_general_ci use utf8mb4_unicode_ci (Accent-Sensitive)
I'm not sure about modifying the database so if an admin can reply it'll be grand.
نام موضوع : ø is seen as a normal o under utf8mb4_general_ci