I am running rake db:seed to populate i18n data in the database but it doesn't recognize the i18n characters. The error that I get is --
rake aborted!
$HOME/db/seeds.rb:9: invalid multibyte char (US-ASCII)
$HOME/db/seeds.rb:9: invalid multibyte char (US-ASCII)
$HOME/db/seeds.rb:9: syntax error, unexpected $end, expecting '}'
Do I need to convert the native language strings into UTF-8 characters before calling the rake?