Welcome Guest, Not a member yet? Register   Sign In
insert unicode font
#1

[eluser]runrun[/eluser]
Hi,

Normally, without using CI, The unicode font inserted to database will become unreadable when viewing in myphpadmin. But it will be readable when retrieved and outputed to browser.


With CI, the unicode font will be readable in myphpadmin and the the output font is also look the same as it was in database.

The Problem is, I have database that used my other framework, containing all my hand-typed categories. Now I use CI to interact with this database(query and output), the already unreadable font in myphpadmin is also unreadable in in browser this time.
#2

[eluser]TheFuzzy0ne[/eluser]
What's the collation of the tables? Mine are set to utf8_unicode_ci. Also, you need to ensure that the encoding in the output HTML is set correctly.
#3

[eluser]runrun[/eluser]
colloation is utf8_unicode_ci. Not sure about output html.




Theme © iAndrew 2016 - Forum software by © MyBB