Welcome Guest, Not a member yet? Register   Sign In
Troubles saving strings with special chars in MS SQL
#7

For database to use all extended characters you need to use utf8_unicode_ci
you might be able to get away with just utf8_general_ci but the above one will
show all characters.

The database table DEFAULT Char= utf8 COLLATE=utf8_unicode_ci
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Troubles saving strings with special chars in MS SQL - by InsiteFX - 04-02-2020, 08:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB