Page 1 of 1

annoying character

Posted: Sun Oct 12, 2008 2:14 pm
by c0mrade
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

Re: annoying character

Posted: Sun Oct 12, 2008 2:38 pm
by omika
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/

Re: annoying character

Posted: Sun Oct 12, 2008 3:23 pm
by c0mrade
Thanks for useful links