Posts Tagged ‘utf8’

Unzip on Ubuntu, the mess it makes with UTF-8 and the PHP fix

Wednesday, June 22nd, 2011

Create a file called “2 clés.html”, zip it up and, name the file html.zip then unzip it with the following command: unzip html.zip -d /tmp, check the /tmp folder, what do you see?... Read More

Fixing utf8 in Wayfinder

Sunday, October 12th, 2008

I’m currently setting up a Swedish site for a friend, this time I changed site language in the backend to Swedish and utf8. The database collation is set to utf8 too, and the charset line in the config file looks like this: $database_connection_charset = ‘utf8’;... Read More