I am extracting text from a MySQL database table, collation is set to utf8_general_ci. In PHPMyAdmin, I can see the characters correctly:
"La consiglio fermamente anche perchè ho già acquistato iWrap per il mio:"
But when I extract it myself it prints out this way:
"La consiglio fermamente anche perch� ho gi� acquistato iWrap per il mio:"
How can I make the characters print correctly? Thanks!