Posts Tagged ‘import’

MySQL utf8 - latin1 encoding foo with ruby on rails, ubuntu server and osx client

Since I set up a rake task which dumps my production database on the server and pipes it through a ssh connection into my local mysql server I had to recognize encoding problems locally. Today I said to myself: “Stop that encoding foo and get this crappy shit running correctly”
After struggling around with server side [...]