I have a table I need to handle various characters. The characters include Ø, ® etc.
I have set my table to utf-8 as the default collation, all columns use table de
To those who have a similar problem using PHP, try the function utf8_encode($string). It just works!
utf8_encode($string)