I'm wondering if there any different between these tow Collations in mysql encoding charset UTF8:
utf8_general_ci
and utf8_unicode_ci
They both looks the same!
note: For now I'm writing in them in English only, But I'm afraid if it has a side-effect if I inserted in another language like Arabic.
Asked
Active
Viewed 950 times
0

Omar Al-Ithawi
- 180
- 1
- 9
-
My current conclusion is: using utf8_unicode_ci to ensure wider/better character support. – Omar Al-Ithawi Oct 04 '09 at 12:56