I’m setting up a new server, and want to support UTF-8 fully in my web application. Where do I need to set the encoding/charsets?
This is for a new Linux server, running MySQL 5, PHP 5 and Apache 2. In the past, I’ve tried on existing servers and always seem to end up having to fall back to ISO-8859-1.
def function(foo):
print(foo)