Welcome Guest, Not a member yet? Register   Sign In
Unicode Character Set Issues with Database
#1

[eluser]section31[/eluser]
Everytime i pull stuff from the db, utf8 characters are all screwed, yet when i do native php/mysql chars work fine.

View Sample here.
http://dev.creativelink.us/ci/

You can view the source code for this here.
http://dev.creativelink.us/ci/index.php/welcome/source
#2

[eluser]pistolPete[/eluser]
Please post your settings of

Code:
$config['charset'] = ?
$db['default']['char_set'] = ?
$db['default']['dbcollat'] = ?

What is the encoding of your database?
#3

[eluser]section31[/eluser]
Those are all set to utf8.

CI seems to be doing something to unicode data when it pushes it in the db and pulls it out from the db. If i post utf8 chars natively, I can only pull them out natively and the same goes if i push stuff into the db using CI.




Theme © iAndrew 2016 - Forum software by © MyBB