I recently upgraded from Rails 1.2.6 to Rails 2.0.2 and an application
which used to correctly display European characters from an Oracle
database (Win-1252) now screws them up.
I previously had to convert from Win-1252 to UTF-8 for generating ODT
files (OpenOffice) via Documatic. But I never had to do any conversion
just to display the content in my Flex front-end.
Has anything changed in Rails 2, which could have caused this problem?
Here’s more info : it turns out the working version also runs with
Rails 2.0.2… Here are the differences in the Gem environment (in
parentheses the non-working version):
This time, I took the risk of upgrading all my Gems in the working
environment, one by one. So I now have two identical environments
(when it comes to Ruby, Rails, and Gems versions), but one has
encoding problems.
Any hint to where my problem may reside would be a great help. Thanks,
Chris.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.