CodeIgniter Forums
Korean language - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Korean language (/showthread.php?tid=16752)



Korean language - El Forum - 03-16-2009

[eluser]Unknown[/eluser]
Dear all

I like to save korean language in MSSQL database.
My MSSQL database and table are having collation of Latin1_General_CI_AS
in database.php settings for char_set is utf8 and dbcollat="utf8_general_ci". I tried changing dbcollat to Latin1_General_CI_AS, but was not able to get the desired output.

I am working on a program, which was earlier developed in ASP.net. So earlier records contains exact korean language fe [ 품질에 대한 요구사항으로 “지속적인 관리 ]. but when i try to update those record something wierd gets inserted in column fe [ œ 요구사항ì ].
How can in insert proper korean characters in database.

Thanks in advance.


Korean language - El Forum - 03-16-2009

[eluser]TheFuzzy0ne[/eluser]
Welcome to the CodeIgniter forums!

Try utf8_unicode_ci.