Welcome Guest, Not a member yet? Register   Sign In
Korean language
#1

[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.
#2

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

Try utf8_unicode_ci.




Theme © iAndrew 2016 - Forum software by © MyBB