I'm having real problems keeping the polish character set working from the database to a html/php page. It looks polish in the database but comes out wrong when i call it. But if i paste the code straight in to the html page i works!?
http://picturebox.n.pl/polish%20test.php
and this is what the DB field is set to
pbf_desc_full
text character set utf8 collate utf8_bin,
and this is what the text should look like;
Dramat obyczajowy. Scenariusz oparto częściowo na biografii wielkiej gwiazdy rapu, Eminema, który odtwarza główną rolę - młodego robotnika pracującego w fabryce w Detroit i starającego poprawić swoje życie dzięki udziałowi w rapowych starciach.
any pointer welcome!