Jump to content

Utf8-general_ci VS Utf8-unicode_ci

Featured Replies

Posted

Hi

What is better to use for the database collation?

Utf8-general_ci or Utf8-unicode_ci

Thank you

  • Management

utf8_unicode_ci

  • Author

Is it faster?

Is it more compatible?

Some more info?

general is faster, but comparisons are less accurate. Unicode is more accurate.

In the age of computing we live in, the speed difference you get with general is negligible. Your MUCH better off using Unicode for accuracy of comparisons.

You'll find similar discussions with a quick google search.

  • Management

We use utf8_unicode_ci in IPS 4, and we check to make sure its being used.

Any news on the converter

  • Author

Thanks all of you :)

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.