I've setup a query that performs search from a MySQL , it works perfectly but I get this annoying character as you can see in the picture below. any ideas how to get rid of it and display it properly? it should display 'ć' which corresponds to ć html code . is it possible to edit result and how ? or is it possible to break the result into array of characters and create some kind of for function to replace any existing annoying characters into 'ć' or ć . Thank you for your time spent reading this post
Cheers,
C
annoying character
Moderator: General Moderators
annoying character
- Attachments
-
- annoying char
- un.png (50.08 KiB) Viewed 204 times
Re: annoying character
Take a look at these links below, I believe it has to do with character encoding.
http://www.sitepoint.com/blogs/2006/03/ ... encodings/
http://ordinarywebguy.wordpress.com/200 ... using-php/
http://www.sitepoint.com/blogs/2006/03/ ... encodings/
http://ordinarywebguy.wordpress.com/200 ... using-php/
Re: annoying character
Thanks for useful links