Skip to content

Commit

Permalink
Ensuring countries with special characters in other languages are par…
Browse files Browse the repository at this point in the history
…sed correctly by Ruby 1.9
  • Loading branch information
Daniel Rice committed Dec 27, 2011
1 parent 4c7554c commit 47f148e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tasks/localized_country_select_tasks.rake
Expand Up @@ -63,7 +63,8 @@ namespace :import do


# ----- Prepare the output format ------------------------------------------
output =<<HEAD
output = "#encoding: UTF-8\n"
output <<<<HEAD
{ :#{locale} => {
:countries => {
Expand Down

0 comments on commit 47f148e

Please sign in to comment.