Mauro created JRUBY-6540: ---------------------------- Summary: incompatible character encodings: ASCII-8BIT and UTF-8 Key: JRUBY-6540 URL: https://jira.codehaus.org/browse/JRUBY-6540 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.6 Environment: jruby 1.6.7 (ruby-1.9.2-p312) (2012-02-22 3e82bc8) (OpenJDK 64-Bit Server VM 1.6.0_24) [linux-amd64-java], rails 3.2.2. Reporter: Mauro Assignee: Thomas E Enebo
In my config/application.rb I have: config.i18n.default_locale = :it config.encoding = "utf-8" in my show view I have: = number_to_currency(@classification.amount) it display something like this: 516.000,00 with the euro symbol. If I click the link "show", that is link_to t('Show'), company, I see the company details with no problem and I see the euro symbol too. But if I try to update the company, when it render the show view it says: incompatible character encodings: ASCII-8BIT and UTF-8. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email