annoying character

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
c0mrade
Forum Newbie
Posts: 19
Joined: Mon Oct 06, 2008 4:17 am

annoying character

Post 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
Attachments
annoying char
annoying char
un.png (50.08 KiB) Viewed 204 times
User avatar
omika
Forum Newbie
Posts: 19
Joined: Sun Oct 12, 2008 2:00 pm
Location: New Zealand

Re: annoying character

Post 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/
c0mrade
Forum Newbie
Posts: 19
Joined: Mon Oct 06, 2008 4:17 am

Re: annoying character

Post by c0mrade »

Thanks for useful links
Post Reply