Comment 6 for bug 1356887

Revision history for this message
zhiwei (chenzhiwei) wrote :

I mean, add `encoding` here like this:

      # create database
      database "create #{db_name} database" do
        provider db_prov
        connection connection_info
        database_name db_name
        encoding 'utf8'
        action :create
      end