sql - Inserting nordic characters in database -


i want insert "special" (nordic) characters in database (ms sql 2012).

the script made php, , built on codeigniter.

the values looks fine until enter database, starting value testsæt ends being testsæt

how fix this? codeigniter configured use utf-8, , database collation danish_norwegian_ci_as


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -