Welcome Guest, Not a member yet? Register   Sign In
special chahracter
#1

[eluser]Harsh[/eluser]
Hi,

René Probs is a french name but in database it is inserted as René Probs.while showing the data,name is coming as René Probs,it is not recognizing é.it is coming as a junk data.
i have used php function utf8_decode to solve this problem but it is not working perfect.
I have changed the Collation type as 'utf8_general_ci' in database then also it is not working.
please help me to solve this problem.

Thanks
Harsh
#2

[eluser]Madmartigan1[/eluser]
Encoding problems are such a pain.

Make sure you are using UTF-8 encoding in every instance possible.
Check your $config['charset'] and make sure, like you said you did already, that your table AND column collations are all UTF-8.

You should not have to post-process or decode the data.




Theme © iAndrew 2016 - Forum software by © MyBB