fputcsv – outputs norwegian characters as question marks
Hi,
I have a string variable:
PHP Code:
$billing[’street_address’] = “Præstelængen”;
It is in UTF-8:
PHP Code:
dd(mb_detect_encoding ($billing[’street_address’]));
// UTF-8
I […]
Original post by markjohnson
Leave a Reply
You must be logged in to post a comment.