Thank you Derokorian htmlentities() didnt solve my problem,
I was working on this problem still and started to clean database (i lost many time )
But Very thanks NogDog, I have read your one page article
After that I checked my UTF connections at my script for database, data input page and for output page.
All of them was ready for UTF8 already,
But when i add the following line to my connect.php file
mysql_query("SET NAMES 'utf8' COLLATE 'utf8_unicode_ci'");
Output page worked very well all strange characters have gone !
Thanks NogDog so much.
One line saved much time for me..
This article will be very useful to me also everytime..