I try to do heroku db:push but when I view my DB on heroku all the encoding is lost:
$ heroku db:push Auto-detected local database: mysql://root:st...@localhost/test-dev?encoding=utf8 Sending schema Sending data 2 tables, 2 records orders: 100% |==========================================| Time: 00:00:00 schema_migrat: 100% |==========================================| Time: 00:00:00 Sending indexes Resetting sequences This on localhost 한글 on my localhost gets warped to this on my heroku page: 한골 시험 Any ideas? -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
